The Samba-Bugzilla – Attachment 140 Details for
Bug 450
Segfaults if unable to connect to DC for trusted dom enumeration (security=server)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for segfault upon failed attempt to enumerate trusted domains
server-sec-segfault.patch (text/plain), 558 bytes, created by
Steve Langasek
on 2003-09-13 10:06:10 UTC
(
hide
)
Description:
Fix for segfault upon failed attempt to enumerate trusted domains
Filename:
MIME Type:
Creator:
Steve Langasek
Created:
2003-09-13 10:06:10 UTC
Size:
558 bytes
patch
obsolete
>Index: source/libsmb/trusts_util.c >=================================================================== >RCS file: /cvsroot/samba/source/libsmb/trusts_util.c,v >retrieving revision 1.4.2.8 >diff -u -r1.4.2.8 trusts_util.c >--- source/libsmb/trusts_util.c 19 Aug 2003 22:47:10 -0000 1.4.2.8 >+++ source/libsmb/trusts_util.c 13 Sep 2003 17:01:32 -0000 >@@ -180,9 +180,10 @@ > > done: > /* cleanup */ >- >- cli_nt_session_close( cli ); >- cli_shutdown( cli ); >+ if (cli) { >+ cli_nt_session_close( cli ); >+ cli_shutdown( cli ); >+ } > > return NT_STATUS_IS_OK(result); > }
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 450
: 140