The Samba-Bugzilla – Attachment 2823 Details for
Bug 4792
Off by one pidfile name error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.0.26 (with source/lib as patch base)
samba_pidfile_3_0_26.patch (text/plain), 294 bytes, created by
David Gajewski
on 2007-07-16 12:45:51 UTC
(
hide
)
Description:
Patch for 3.0.26 (with source/lib as patch base)
Filename:
MIME Type:
Creator:
David Gajewski
Created:
2007-07-16 12:45:51 UTC
Size:
294 bytes
patch
obsolete
>--- pidfile.c Mon Jul 16 13:08:38 2007 >+++ pidfile_fix.c Mon Jul 16 13:09:23 2007 >@@ -106,7 +106,7 @@ > short_configfile++; > } > if (asprintf(&name, "%s-%s", program_name, >- short_configfile+1) == -1) { >+ short_configfile) == -1) { > smb_panic("asprintf failed"); > } > }
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 Raw
Actions:
View
Attachments on
bug 4792
:
2822
| 2823