Bug 9188 - idmap_hash crashes
Summary: idmap_hash crashes
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: Winbind (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-20 18:43 UTC by David Disseldorp
Modified: 2012-09-21 07:25 UTC (History)
0 users

See Also:


Attachments
patch for 3.6 series, no change from master. (1.04 KB, patch)
2012-09-20 18:48 UTC, David Disseldorp
jra: review+
ddiss: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Disseldorp 2012-09-20 18:43:34 UTC
Analysis by Volker:

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.

This bug will track the merge for the 3.6 series.
Comment 1 David Disseldorp 2012-09-20 18:48:30 UTC
Created attachment 7917 [details]
patch for 3.6 series, no change from master.
Comment 2 Jeremy Allison 2012-09-20 19:05:18 UTC
Comment on attachment 7917 [details]
patch for 3.6 series, no change from master.

LGTM.
Jeremy.
Comment 3 Jeremy Allison 2012-09-20 19:05:49 UTC
Reassigning to Karolin for inclusion in 3.6.next.
Jeremy.
Comment 4 Karolin Seeger 2012-09-21 07:25:39 UTC
Pushed to v3-6-test.
Closing out bug report.

Thanks!