else
when = sig.timeexpire - lctx->resign;
+ /* cppcheck-suppress nullPointerRedundantCheck */
rdata = ISC_LIST_NEXT(rdata, link);
+ /* cppcheck-suppress nullPointerRedundantCheck */
while (rdata != NULL) {
(void)dns_rdata_tostruct(rdata, &sig, NULL);
if (isc_serial_gt(sig.timesigned, lctx->now))
INSIST(VALID_TCPMSG(tcpmsg));
dev = &tcpmsg->event;
+ /* cppcheck-suppress nullPointerRedundantCheck */
tcpmsg->address = ev->address;
+ /* cppcheck-suppress nullPointerRedundantCheck */
if (ev->result != ISC_R_SUCCESS) {
tcpmsg->result = ev->result;
INSIST(rest->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
car = CAR(rest);
INSIST(car != NULL && car->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
+ /* cppcheck-suppress nullPointerRedundantCheck */
caar = CAR(car);
+ /* cppcheck-suppress nullPointerRedundantCheck */
if (caar->type == ISCCC_SEXPRTYPE_STRING &&
strcmp(caar->value.as_string, key) == 0) {
CDR(prev) = CDR(rest);