Files
bind9/lib/isc
Mark Andrews 7ba1af0280 'lcfg' must be non NULL, remove test.
389        else

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

390                if (lcfg != NULL)
391                        isc_logconfig_destroy(&lcfg);
2020-02-05 18:37:17 +11:00
..
2020-02-05 18:37:17 +11:00
2020-02-04 11:09:22 +01:00
2020-01-16 08:01:20 +00:00
2020-02-05 18:37:17 +11:00
2020-02-04 11:09:22 +01:00
2019-12-03 16:27:24 +01:00
2020-02-04 11:09:22 +01:00