The Samba-Bugzilla – Attachment 7917 Details for
Bug 9188
idmap_hash crashes
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for 3.6 series, no change from master.
0001-s3-Fix-idmap_hash.patch (text/plain), 1.04 KB, created by
David Disseldorp
on 2012-09-20 18:48:30 UTC
(
hide
)
Description:
patch for 3.6 series, no change from master.
Filename:
MIME Type:
Creator:
David Disseldorp
Created:
2012-09-20 18:48:30 UTC
Size:
1.04 KB
patch
obsolete
>From e3ef971af5a81133b9c38436805445b6f42c338b Mon Sep 17 00:00:00 2001 >From: Volker Lendecke <vl@samba.org> >Date: Tue, 18 Sep 2012 15:31:26 -0700 >Subject: [PATCH] s3: Fix idmap_hash > >Calling be_init with NULL safely crashes, because we dereference NULL. We >don't need to call it here, this is called in all workers anyway. Thanks >to Jiri Sasek <jiri.sasek@oracle.com> for finding this. > >Autobuild-User(master): Volker Lendecke <vl@samba.org> >Autobuild-Date(master): Thu Sep 20 05:03:54 CEST 2012 on sn-devel-104 >--- > source3/winbindd/idmap_hash/idmap_hash.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/source3/winbindd/idmap_hash/idmap_hash.c b/source3/winbindd/idmap_hash/idmap_hash.c >index 4743879..59bcdbb 100644 >--- a/source3/winbindd/idmap_hash/idmap_hash.c >+++ b/source3/winbindd/idmap_hash/idmap_hash.c >@@ -259,7 +259,7 @@ done: > > static NTSTATUS nss_hash_init(struct nss_domain_entry *e ) > { >- return be_init(NULL); >+ return NT_STATUS_OK; > } > > /********************************************************************** >-- >1.7.7 >
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
Flags:
jra
:
review+
ddiss
:
review+
Actions:
View
Attachments on
bug 9188
: 7917