Page MenuHomeFreeBSD

D20576.diff
No OneTemporary

D20576.diff

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

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)

Event Timeline