Bug 6014 - smbclient segv faults when using mget without parameters (filenames or wildcards)
Summary: smbclient segv faults when using mget without parameters (filenames or wildca...
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.2
Classification: Unclassified
Component: Client tools (show other bugs)
Version: 3.2.5
Hardware: x86 Linux
: P3 normal
Target Milestone: ---
Assignee: Samba Bugzilla Account
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-05 08:24 UTC by kevin.paulus
Modified: 2009-01-05 08:55 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kevin.paulus 2009-01-05 08:24:52 UTC
when using mget in the smbclient program without arguments
eg

smbclient -U... //server/share
mget

Segmentation Fault

while:
smbclient -U... //server/share
mget *.* or mget *

does work. 

slackware 12.2, smbd 3.2.5
i posted this on aols as well (messageID: 495b6c18$0$2855$ba620e4c@news.skynet.be)
and it has been confirmed by somebody else as well

should i rebuild the package and test it again, although 
pat does compile very cleanly.

i'm kinda new in bug reporting ?
Comment 1 Volker Lendecke 2009-01-05 08:55:33 UTC
Fixed with http://git.samba.org/?p=samba.git;a=commitdiff;h=2ad41fedc50f

Please re-open if this does not help in your case.

Thanks for reporting!

Volker