mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
r23756: Fix Coverity id 388
(This used to be commit 91af086823265ed66bbd0bdc1cced070b7dd0629)
This commit is contained in:
parent
4ff7e6dbc9
commit
1a7eb52aee
@ -82,6 +82,7 @@ WERROR registry_pull_value(TALLOC_CTX *mem_ctx,
|
|||||||
|
|
||||||
if (length + 2 < length) {
|
if (length + 2 < length) {
|
||||||
/* Integer wrap. */
|
/* Integer wrap. */
|
||||||
|
SAFE_FREE(tmp);
|
||||||
err = WERR_INVALID_PARAM;
|
err = WERR_INVALID_PARAM;
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user