The Samba-Bugzilla – Attachment 2688 Details for
Bug 4601
smbc_getxattr returns error when buffer size is set to 0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
likely fix for described problem
x (text/plain), 629 bytes, created by
Derrell Lipman
on 2007-05-09 14:23:10 UTC
(
hide
)
Description:
likely fix for described problem
Filename:
MIME Type:
Creator:
Derrell Lipman
Created:
2007-05-09 14:23:10 UTC
Size:
629 bytes
patch
obsolete
>Index: libsmb/libsmbclient.c >=================================================================== >--- libsmb/libsmbclient.c (revision 22770) >+++ libsmb/libsmbclient.c (working copy) >@@ -4699,7 +4699,7 @@ > ace->access_mask); > } > } >- if (n > bufsize) { >+ if (!determine_size && n > bufsize) { > errno = ERANGE; > return -1; > }
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 4601
: 2688