Bug 8159 - Memory corruption in fetching cli->server_domain from the server.
Summary: Memory corruption in fetching cli->server_domain from the server.
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: File services (show other bugs)
Version: 3.6.0rc1
Hardware: All All
: P5 normal
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-23 18:06 UTC by Jeremy Allison
Modified: 2011-05-23 18:34 UTC (History)
0 users

See Also:


Attachments
First git-am fix for 3.6.0 (1.16 KB, patch)
2011-05-23 18:07 UTC, Jeremy Allison
vl: review+
Details
Second git-am fix for 3.6.0. (1.04 KB, patch)
2011-05-23 18:07 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-05-23 18:06:36 UTC
In removing the large fstring buffers from the struct cli_state, a couple of places were missed in allocating memory to hold the string returned from the server.

Jeremy.
Comment 1 Jeremy Allison 2011-05-23 18:07:21 UTC
Created attachment 6477 [details]
First git-am fix for 3.6.0

First patch from Volker.
Comment 2 Jeremy Allison 2011-05-23 18:07:59 UTC
Created attachment 6478 [details]
Second git-am fix for 3.6.0.

Second fix from Volker. Both of these have gone into master already.
Jeremy.
Comment 3 Karolin Seeger 2011-05-23 18:34:56 UTC
Pushed to v3-6-test.
Closing out bug report.

Thanks!