]> git.ipfire.org Git - thirdparty/bind9.git/commit
'tql' must be non NULL, remove test.
authorMark Andrews <marka@isc.org>
Wed, 5 Feb 2020 05:41:03 +0000 (16:41 +1100)
committerMark Andrews <marka@isc.org>
Wed, 5 Feb 2020 07:37:17 +0000 (18:37 +1100)
commit44b08521ef11e550ec5edea7378458aad8f2a89f
tree97af10b8fcd803cd64a0dcff6b46448977b67926
parent0312e73e16e329ab7dd43a5e0fd4ec42af0d56c8
'tql' must be non NULL, remove test.

255 flag_fail:
256        /* get rid of what was build of the query list */

CID 1452697 (#1 of 1): Dereference before null check (REVERSE_INULL)
check_after_deref: Null-checking tql suggests that it may
be null, but it has already been dereferenced on all paths
leading to the check.

257        if (tql != NULL)
258                destroy_querylist(mctx, &tql);
contrib/dlz/drivers/sdlz_helper.c