The Samba-Bugzilla – Attachment 3726 Details for
Bug 5891
smbd crashed when viewing the eventlog exported by "eventlog list"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for 3.2.x
look (text/plain), 535 bytes, created by
Jeremy Allison
on 2008-11-11 16:36:54 UTC
(
hide
)
Description:
Patch for 3.2.x
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2008-11-11 16:36:54 UTC
Size:
535 bytes
patch
obsolete
>diff --git a/source/rpc_server/srv_eventlog_nt.c b/source/rpc_server/srv_eventlog_nt.c >index 0e2bcf4..22c836d 100644 >--- a/source/rpc_server/srv_eventlog_nt.c >+++ b/source/rpc_server/srv_eventlog_nt.c >@@ -80,7 +80,7 @@ static bool elog_check_access( EVENTLOG_INFO *info, NT_USER_TOKEN *token ) > /* get the security descriptor for the file */ > > sec_desc = get_nt_acl_no_snum( info, tdbname ); >- SAFE_FREE( tdbname ); >+ TALLOC_FREE( tdbname ); > > if ( !sec_desc ) { > DEBUG(5,("elog_check_access: Unable to get NT ACL for %s\n",
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 5891
:
3724
| 3726 |
3734
|
3735
|
3752