Page MenuHomeFreeBSD

D20576.id.diff
No OneTemporary

D20576.id.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
Wed, Feb 18, 11:40 AM (5 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28845818
Default Alt Text
D20576.id.diff (463 B)

Event Timeline