The Samba-Bugzilla – Attachment 2777 Details for
Bug 4725
Samba child segfaults when scanned using MBSA
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
look (text/plain), 763 bytes, created by
Jeremy Allison
on 2007-06-22 14:31:41 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2007-06-22 14:31:41 UTC
Size:
763 bytes
patch
obsolete
>Index: rpc_server/srv_eventlog_nt.c >=================================================================== >--- rpc_server/srv_eventlog_nt.c (revision 23588) >+++ rpc_server/srv_eventlog_nt.c (working copy) >@@ -123,6 +123,10 @@ > int i; > const char **elogs = lp_eventlog_list(); > >+ if (!elogs) { >+ return False; >+ } >+ > for ( i=0; elogs[i]; i++ ) { > if ( strequal( name, elogs[i] ) ) > return True; >Index: registry/reg_eventlog.c >=================================================================== >--- registry/reg_eventlog.c (revision 23588) >+++ registry/reg_eventlog.c (working copy) >@@ -190,6 +190,10 @@ > int i; > int numsources; > >+ if (!elogs) { >+ return False; >+ } >+ > for ( i = 0; elogs[i]; i++ ) { > if ( strequal( elogs[i], eventlog ) ) > break;
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 4725
: 2777