Files
bind9/bin
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
..
2021-02-16 12:08:21 +11:00
2021-01-12 15:37:47 +01:00
2021-01-12 15:37:47 +01:00
2021-02-23 09:18:55 +01:00
2021-01-12 15:37:47 +01:00
2021-01-12 15:37:47 +01:00
2021-01-12 15:37:47 +01:00