mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-05 22:42:04 -04:00
When looking for key files, we could use isdigit rather than checking if the character is within the range [0-9]. Use (unsigned char) cast to ensure the value is representable in the unsigned char type (as suggested by the isdigit manpage). Change " & 0xff" occurrences to the recommended (unsigned char) type cast. |
||
|---|---|---|
| .. | ||
| any_255 | ||
| ch_3 | ||
| generic | ||
| hs_4 | ||
| in_1 | ||
| rdatastructpre.h | ||
| rdatastructsuf.h | ||