Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160684827
D57032.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
390 B
Referenced Files
None
Subscribers
None
D57032.diff
View Options
diff --git a/sys/kern/uipc_usrreq.c b/sys/kern/uipc_usrreq.c
--- a/sys/kern/uipc_usrreq.c
+++ b/sys/kern/uipc_usrreq.c
@@ -2756,7 +2756,9 @@
if (error != 0)
break;
#ifdef COMPAT_FREEBSD32
- if (SV_PROC_FLAG(sopt->sopt_td->td_proc, SV_ILP32)) {
+ if (sopt->sopt_td &&
+ SV_PROC_FLAG(sopt->sopt_td->td_proc, SV_ILP32))
+ {
struct xucred32 xu32 = {};
int i;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 27, 6:45 PM (17 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33202079
Default Alt Text
D57032.diff (390 B)
Attached To
Mode
D57032: linuxulator: fix SO_PEERCRED emulation after 1d24638d3e8
Attached
Detach File
Event Timeline
Log In to Comment