The Samba-Bugzilla – Attachment 3809 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]
Proposed patch to make sure all files are displayed
bug_5953_fix.patch (text/plain), 381 bytes, created by
Kai Blin
on 2008-12-13 01:23:45 UTC
(
hide
)
Description:
Proposed patch to make sure all files are displayed
Filename:
MIME Type:
Creator:
Kai Blin
Created:
2008-12-13 01:23:45 UTC
Size:
381 bytes
patch
obsolete
>diff --git a/source/libsmb/clilist.c b/source/libsmb/clilist.c >index cebafc6..537e880 100644 >--- a/source/libsmb/clilist.c >+++ b/source/libsmb/clilist.c >@@ -88,7 +88,7 @@ static size_t interpret_long_filename(TALLOC_CTX *ctx, > * we know this is safe. JRA + kukks > */ > >- if (p + len + 1 > pdata_end) { >+ if (p + len > pdata_end) { > return pdata_end - base; > } >
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