The Samba-Bugzilla – Attachment 3790 Details for
Bug 5953
smbclient crashes: cli_list_new segmentation fault
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
look (text/plain), 435 bytes, created by
Jeremy Allison
on 2008-12-08 14:19:33 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jeremy Allison
Created:
2008-12-08 14:19:33 UTC
Size:
435 bytes
patch
obsolete
>diff --git a/source/libsmb/clilist.c b/source/libsmb/clilist.c >index 5091845..cebafc6 100644 >--- a/source/libsmb/clilist.c >+++ b/source/libsmb/clilist.c >@@ -417,7 +417,7 @@ int cli_list_new(struct cli_state *cli,const char *Mask,uint16 attribute, > } > > SAFE_FREE(mask); >- if (ff_searchcount > 0) { >+ if (ff_searchcount > 0 && ff_eos == 0 && finfo.name) { > mask = SMB_STRDUP(finfo.name); > } else { > mask = SMB_STRDUP("");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 5953
:
3787
|
3789
| 3790 |
3805
|
3809
|
3814
|
3816
|
3818
|
3820
|
3821
|
3822
|
3823
|
3824
|
3835