Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110077385
D20576.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
463 B
Referenced Files
None
Subscribers
None
D20576.diff
View Options
Index: head/sys/compat/linprocfs/linprocfs.c
===================================================================
--- head/sys/compat/linprocfs/linprocfs.c
+++ head/sys/compat/linprocfs/linprocfs.c
@@ -1252,6 +1252,10 @@
*name ? " " : " ",
name
);
+ if (error == -1) {
+ linux_msg(td, "cannot fill /proc/self/maps; "
+ "consider bumping PFS_MAXBUFSIZ");
+ }
if (freename)
free(freename, M_TEMP);
vm_map_lock_read(map);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 14, 8:17 AM (20 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16639872
Default Alt Text
D20576.diff (463 B)
Attached To
Mode
D20576: linprocfs: warn users if we can't fill process memory map.
Attached
Detach File
Event Timeline
Log In to Comment