Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157063589
D33912.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
376 B
Referenced Files
None
Subscribers
None
D33912.diff
View Options
diff --git a/sys/kern/uipc_shm.c b/sys/kern/uipc_shm.c
--- a/sys/kern/uipc_shm.c
+++ b/sys/kern/uipc_shm.c
@@ -2052,9 +2052,6 @@
if (error != 0)
break;
pack_kinfo(&kif);
- if (req->oldptr != NULL &&
- kif.kf_structsize + curlen > req->oldlen)
- break;
error = sbuf_bcat(&sb, &kif, kif.kf_structsize) == 0 ?
0 : ENOMEM;
if (error != 0)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 19, 5:38 AM (17 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33294885
Default Alt Text
D33912.diff (376 B)
Attached To
Mode
D33912: posixshm: Report output truncation from kern.ipc.posix_shm_list
Attached
Detach File
Event Timeline
Log In to Comment