Compiling lib/data_blob.c cc-1515 cc: WARNING File = lib/data_blob.c, Line = 50 A value of type "char *" cannot be assigned to an entity of type "unsigned char *". ret.data = SMB_XMALLOC_ARRAY(char, length); ^
Created attachment 1047 [details] change the type in SMB_XMALLOC_ARRAY() ret.data = SMB_XMALLOC_ARRAY(unsigned char, length);
Applied, thanks. Jeremy.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.