FreeBSD Bugzilla – Attachment 136927 Details for
Bug 182279
x11-wm/windowmaker: Fix a typo causing memory to be overwritten
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 315 bytes, created by
ftigeot
on 2013-09-21 12:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
ftigeot
Created:
2013-09-21 12:20:00 UTC
Size:
315 bytes
patch
obsolete
>--- src/osdep_bsd.c.orig 2013-09-12 21:43:54.000000000 +0000 >+++ src/osdep_bsd.c >@@ -86,7 +86,7 @@ Bool GetCommandForPid(int pid, char ***a > mib[0] = CTL_KERN; > mib[1] = KERN_ARGMAX; > mib[2] = 0; >- mib[4] = 0; >+ mib[3] = 0; > > count = sizeof(argmax); > if (sysctl(mib, 2, &argmax, &count, NULL, 0) == -1)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 182279
: 136927