Page MenuHomeFreeBSD

D48563.1789174014.diff
No OneTemporary

Size
356 B
Referenced Files
None
Subscribers
None

D48563.1789174014.diff

diff --git a/sys/rpc/clnt_vc.c b/sys/rpc/clnt_vc.c
--- a/sys/rpc/clnt_vc.c
+++ b/sys/rpc/clnt_vc.c
@@ -140,6 +140,9 @@
int error, interrupted, one = 1, sleep_flag;
struct sockopt sopt;
+ KASSERT(raddr->sa_family != AF_LOCAL,
+ ("%s: kernel RPC over unix(4) not supported", __func__));
+
if (disrupt == 0)
disrupt = (uint32_t)(long)raddr;

File Metadata

Mime Type
text/plain
Expires
Sat, Sep 12, 12:46 AM (3 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29564118
Default Alt Text
D48563.1789174014.diff (356 B)

Event Timeline