+4090. [bug] Fix a crash while parsing malformed CAA RRs in
+ presentation format, i.e., from text such as
+ from master files. Thanks to John Van de
+ Meulebrouck Brendgard for discovering and
+ reporting this problem. [RT #39003]
+
4089. [bug] Send notifies immediately for slave zones during
startup. [RT #38843]
ISC_FALSE));
tr = token.value.as_textregion;
for (i = 0; i < tr.length; i++)
- if (!alphanumeric[(unsigned int) tr.base[i]])
+ if (!alphanumeric[(unsigned char) tr.base[i]])
RETTOK(DNS_R_SYNTAX);
RETERR(uint8_tobuffer(tr.length, target));
RETERR(mem_tobuffer(target, tr.base, tr.length));