1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

r23756: Fix Coverity id 388

(This used to be commit 91af086823)
This commit is contained in:
Volker Lendecke 2007-07-09 07:55:09 +00:00 committed by Gerald (Jerry) Carter
parent 4ff7e6dbc9
commit 1a7eb52aee

View File

@ -82,6 +82,7 @@ WERROR registry_pull_value(TALLOC_CTX *mem_ctx,
if (length + 2 < length) {
/* Integer wrap. */
SAFE_FREE(tmp);
err = WERR_INVALID_PARAM;
goto error;
}