Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 315669 - net-fs/samba-3.5.2 - smbclient crashes when connecting to server with share-level security
Summary: net-fs/samba-3.5.2 - smbclient crashes when connecting to server with share-l...
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo's SAMBA Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-16 22:00 UTC by Maks Verver
Modified: 2010-05-10 13:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild that includes the patch to fix the bug. (samba-3.5.2-r1.ebuild,10.14 KB, text/plain)
2010-04-16 22:02 UTC, Maks Verver
Details
The patch to fix this bug. (3.5-cli-connect.patch,578 bytes, patch)
2010-04-16 22:02 UTC, Maks Verver
Details | Diff
Patch to update the ebuild. (samba-3.5.2-r1.patch,431 bytes, patch)
2010-04-16 22:50 UTC, Maks Verver
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maks Verver 2010-04-16 22:00:49 UTC
Samba 3.5.2 suffers from this bug: https://bugzilla.samba.org/show_bug.cgi?id=7250
Which makes it completely unusable for those of us accessing servers with share-level security. Fortunately, this patch fixes it: http://gitweb.samba.org/?p=samba.git;a=commitdiff;h=34f0cff0664f1c160ee7442461e9f875e8d8f4dc

It's fixed on the 3.6 branch of Samba too, but that's not available in Gentoo yet.

Reproducible: Always

Steps to Reproduce:
Install Samba 3.5.2 and try to connect to a server that is configured to use share-level security using any tool based on the smbclient library (e.g. the command-line smbclient tool, or one of the many GUI tools)
Actual Results:  
The tool will crash.

Expected Results:  
The tool should not crash but instead bla bla bla who ever reads this far?
Comment 1 Maks Verver 2010-04-16 22:02:18 UTC
Created attachment 228073 [details]
Ebuild that includes the patch to fix the bug.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2010-04-16 22:25:53 UTC
Please attach unified diffs (diff -u) when you did changes to an ebuild. That would be much more handy for our devs.
Comment 4 Maks Verver 2010-04-16 22:50:45 UTC
Created attachment 228077 [details, diff]
Patch to update the ebuild.
Comment 5 Fabio Erculiani (RETIRED) gentoo-dev 2010-05-10 13:19:17 UTC
net-fs/samba-3.5.2-r1 fixes the segmentation fault. Thanks for reporting.