Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151403940
D52651.id162502.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
380 B
Referenced Files
None
Subscribers
None
D52651.id162502.diff
View Options
diff --git a/lib/libc/rpc/rpc_generic.c.sav b/lib/libc/rpc/rpc_generic.c
--- a/lib/libc/rpc/rpc_generic.c.sav
+++ b/lib/libc/rpc/rpc_generic.c
@@ -616,6 +616,10 @@
offsetof(struct sockaddr_un, sun_path)),
sun->sun_path) < 0)
return (NULL);
+ break;
+ case AF_NETLINK:
+ if (asprintf(&ret, "netlink") < 0)
+ return NULL;
break;
default:
return NULL;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 5:06 AM (18 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31135859
Default Alt Text
D52651.id162502.diff (380 B)
Attached To
Mode
D52651: rpcbind: Fix a coredump that occurs when rpcinfo is done
Attached
Detach File
Event Timeline
Log In to Comment