The Samba-Bugzilla – Attachment 1047 Details for
Bug 2483
lib/data_blob.c, line = 50: "char *" cannot be assigned to "unsigned char *"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
change the type in SMB_XMALLOC_ARRAY()
bug2483.patch (text/plain), 399 bytes, created by
Jason Mader (mail bounces back)
on 2005-03-18 10:58:14 UTC
(
hide
)
Description:
change the type in SMB_XMALLOC_ARRAY()
Filename:
MIME Type:
Creator:
Jason Mader (mail bounces back)
Created:
2005-03-18 10:58:14 UTC
Size:
399 bytes
patch
obsolete
>Index: lib/data_blob.c >=================================================================== >--- lib/data_blob.c (revision 5865) >+++ lib/data_blob.c (working copy) >@@ -47,7 +47,7 @@ > if (p) { > ret.data = smb_xmemdup(p, length); > } else { >- ret.data = SMB_XMALLOC_ARRAY(char, length); >+ ret.data = SMB_XMALLOC_ARRAY(unsigned char, length); > } > ret.length = length; > ret.free = free_data_blob;
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 2483
: 1047