Bug 8477 - Map to guest can return uninitialized blob of data.
Summary: Map to guest can return uninitialized blob of data.
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: SMB2 (show other bugs)
Version: 3.6.0
Hardware: All All
: P5 regression
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks: 8399
  Show dependency treegraph
 
Reported: 2011-09-22 20:42 UTC by Jeremy Allison
Modified: 2011-09-26 18:26 UTC (History)
2 users (show)

See Also:
metze: review? (jra)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Allison 2011-09-22 20:42:19 UTC
Found by Codenomicon. A code path exists in the SMB2 sessionsetup that can return an uninitialized blob when both SMB2 and map to guest are enabled.

Patch to follow.

Jeremy.
Comment 1 Stefan Metzmacher 2011-09-26 05:29:23 UTC
Commit f0f91d0117b2ccf778382e61a411b5e4f0ea2b14 should be picked for the release.
Comment 2 Karolin Seeger 2011-09-26 18:26:41 UTC
(In reply to comment #1)
> Commit f0f91d0117b2ccf778382e61a411b5e4f0ea2b14 should be picked for the
> release.

Pushed to v3-6-test.
Closing out bug report.

Thanks!