The Samba-Bugzilla – Attachment 118 Details for
Bug 388
coredump on smbclient tar restore long file names
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
patch1.diff (text/plain), 551 bytes, created by
Craig Barratt
on 2003-09-02 08:55:12 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Craig Barratt
Created:
2003-09-02 08:55:12 UTC
Size:
551 bytes
patch
obsolete
>diff -bur samba-3.0.0rc2.orig/source/client/clitar.c samba-3.0.0rc2/source/client/clitar.c >--- samba-3.0.0rc2.orig/source/client/clitar.c Thu Aug 28 14:42:42 2003 >+++ samba-3.0.0rc2/source/client/clitar.c Sun Aug 31 20:07:53 2003 >@@ -1053,7 +1053,7 @@ > */ > static char * get_longfilename(file_info2 finfo) > { >- int namesize = strlen(finfo.name) + strlen(cur_dir) + 2; >+ int namesize = finfo.size + strlen(cur_dir) + 2; > char *longname = malloc(namesize); > int offset = 0, left = finfo.size; > BOOL first = True;
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 388
: 118