Bug 7043 - SIGSEGV in "SMBC_parse_path"
Summary: SIGSEGV in "SMBC_parse_path"
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.5
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 major
Target Milestone: ---
Assignee: Karolin Seeger
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-14 13:29 UTC by Jeremy Allison
Modified: 2010-01-15 05:13 UTC (History)
0 users

See Also:


Attachments
git-am fix for 3.5.0 (950 bytes, patch)
2010-01-14 13:31 UTC, Jeremy Allison
no flags Details
git-am format patch for 3.4.5. (950 bytes, patch)
2010-01-14 13:32 UTC, Jeremy Allison
no flags Details
git-am patch for 3.3.11. (876 bytes, patch)
2010-01-14 13:35 UTC, Jeremy Allison
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Allison 2010-01-14 13:29:31 UTC
From Red Hat's bugzilla:

https://bugzilla.redhat.com/show_bug.cgi?id=552658

The [] operator binds more tightly than the * operator, so we need parentheses
here.

Fix created by Guenther and applied to master.
Comment 1 Jeremy Allison 2010-01-14 13:31:47 UTC
Created attachment 5182 [details]
git-am fix for 3.5.0
Comment 2 Jeremy Allison 2010-01-14 13:32:56 UTC
Created attachment 5183 [details]
git-am format patch for 3.4.5.
Comment 3 Jeremy Allison 2010-01-14 13:35:54 UTC
Created attachment 5184 [details]
git-am patch for 3.3.11.
Comment 4 Jeremy Allison 2010-01-14 13:36:42 UTC
Re-assigning to Karolin for inclusion in 3.5.0, 3.4.5, and 3.3.11.

This patch has been tested and verified by Guenther with a torture test.

Jeremy.
Comment 5 Karolin Seeger 2010-01-15 05:13:14 UTC
Pushed to all branches.
Closing out bug report.

Thanks!