Bug 8422 - Infinite loop in ACL module code.
Summary: Infinite loop in ACL module code.
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.6.0
Hardware: All All
: P5 critical
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks: 8399
  Show dependency treegraph
 
Reported: 2011-08-29 23:45 UTC by Jeremy Allison
Modified: 2011-08-30 18:54 UTC (History)
0 users

See Also:


Attachments
git-am fix for 3.5.x. (1.04 KB, patch)
2011-08-29 23:53 UTC, Jeremy Allison
vl: review+
Details
git-am fix for 3.6.1 (1.09 KB, patch)
2011-08-29 23:56 UTC, Jeremy Allison
vl: review+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Allison 2011-08-29 23:45:57 UTC
A Missing assignment can cause an infinite loop in smbd when deleting an object. Patch to follow.

Jeremy.
Comment 1 Jeremy Allison 2011-08-29 23:53:59 UTC
Created attachment 6832 [details]
git-am fix for 3.5.x.

Crtical and obvious fix (IMHO :-).
Jeremy.
Comment 2 Jeremy Allison 2011-08-29 23:56:19 UTC
Created attachment 6833 [details]
git-am fix for 3.6.1

Critical and obvious fix (IMHO :-).
Jeremy.
Comment 3 Karolin Seeger 2011-08-30 18:54:45 UTC
Pushed to v3-5-test and v3-6-test.
Closing out bug report.

Thanks!