if (lookup->ednsopts == NULL) {
cloneopts(lookup, NULL);
}
+ INSIST(lookup->ednsopts != NULL);
if (lookup->ednsopts[lookup->ednsoptscnt].value != NULL) {
isc_mem_free(mctx, lookup->ednsopts[lookup->ednsoptscnt].value);
if (ctx->basic_blocks == NULL) {
more_basic_blocks(ctx);
}
+ INSIST(ctx->basic_blocks != NULL);
total_size = ctx->mem_target;
tmp = ctx->basic_blocks;
if (ctx->freelists[new_size] == NULL) {
more_frags(ctx, new_size);
}
+ INSIST(ctx->freelists[new_size] != NULL);
/*
* The free list uses the "rounded-up" size "new_size".