Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149286195
D52651.1789819738.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
378 B
Referenced Files
None
Subscribers
None
D52651.1789819738.diff
View Options
diff --git a/lib/libc/rpc/rpc_generic.c b/lib/libc/rpc/rpc_generic.c
--- a/lib/libc/rpc/rpc_generic.c
+++ b/lib/libc/rpc/rpc_generic.c
@@ -610,6 +610,10 @@
return NULL;
break;
#endif
+ case AF_NETLINK:
+ if (asprintf(&ret, "%s", (char *)nbuf->buf) < 0)
+ return NULL;
+ break;
case AF_LOCAL:
sun = nbuf->buf;
if (asprintf(&ret, "%.*s", (int)(sun->sun_len -
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Sep 19, 12:08 PM (19 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29779970
Default Alt Text
D52651.1789819738.diff (378 B)
Attached To
Mode
D52651: rpcbind: Fix a coredump that occurs when rpcinfo is done
Attached
Detach File
Event Timeline
Log In to Comment