mirror of
https://github.com/samba-team/samba.git
synced 2025-12-12 12:23:50 +03:00
r22542: Move over to using the _strict varients of the talloc
calls. No functional changes. Looks bigger than it is :-). Jeremy.
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
fcbfa2c991
commit
f6fa3080fe
@@ -401,6 +401,9 @@ BOOL smb_io_relarraystr(const char *desc, RPC_BUFFER *buffer, int depth, uint16
|
||||
{
|
||||
chaine2[l_chaine2] = '\0';
|
||||
*string=(uint16 *)TALLOC_MEMDUP(prs_get_mem_context(ps),chaine2,realloc_size);
|
||||
if (!*string) {
|
||||
return False;
|
||||
}
|
||||
SAFE_FREE(chaine2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user