bind9/bin/tests
Mark Andrews c5ad174129 Silence CID 320481: Null pointer dereferences
*** CID 320481:  Null pointer dereferences  (REVERSE_INULL)
    /bin/tests/wire_test.c: 261 in main()
    255     			process_message(input);
    256     		}
    257     	} else {
    258     		process_message(input);
    259     	}
    260
       CID 320481:  Null pointer dereferences  (REVERSE_INULL)
       Null-checking "input" suggests that it may be null, but it has already been dereferenced on all paths leading to the check.
    261     	if (input != NULL) {
    262     		isc_buffer_free(&input);
    263     	}
    264
    265     	if (printmemstats) {
    266     		isc_mem_stats(mctx, stdout);

(cherry picked from commit 658c950d7b)
2021-02-24 00:08:57 +11:00
..
bigtest update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
optional Stop including <gssapi.h> from <dst/gssapi.h> header 2021-02-16 12:08:21 +11:00
pkcs11 update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
startperf update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
system Minor kasp test fixes 2021-02-23 09:19:23 +01:00
testdata/wire move all optional tests from bin/tests to bin/tests/optional 2018-03-09 14:12:47 -08:00
win32 Add libssl libraries to Windows build 2020-12-09 10:46:16 +01:00
.gitignore Remove genrandom command and all usage of specific random files throughout the system test suite 2018-05-16 09:54:35 +02:00
cfg_test.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
fromhex.pl update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
headerdep_test.sh.in update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
Makefile.in Resolve the overlinking of the system libraries 2020-05-11 09:49:54 +02:00
makejournal.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
named.conf update documentation 2019-06-05 07:49:57 -07:00
prepare-softhsm2.sh update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
wire_test.c Silence CID 320481: Null pointer dereferences 2021-02-24 00:08:57 +11:00