mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 15:05:23 +00:00
cfg_parse_boolean's REQUIRE test for ret was incomplete.
This commit is contained in:
@@ -1304,7 +1304,7 @@ cfg_parse_boolean(cfg_parser_t *pctx, const cfg_type_t *type, cfg_obj_t **ret)
|
|||||||
cfg_obj_t *obj = NULL;
|
cfg_obj_t *obj = NULL;
|
||||||
|
|
||||||
REQUIRE(pctx != NULL);
|
REQUIRE(pctx != NULL);
|
||||||
REQUIRE(ret != NULL && ret != NULL);
|
REQUIRE(ret != NULL && *ret == NULL);
|
||||||
|
|
||||||
UNUSED(type);
|
UNUSED(type);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user