mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-26 11:32:01 -05: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. (cherry picked from commit 1998ad6c776a9c17c27788b17765dee90d9e25df) |
||
|---|---|---|
| .. | ||
| any_255 | ||
| ch_3 | ||
| generic | ||
| hs_4 | ||
| in_1 | ||
| rdatastructpre.h | ||
| rdatastructsuf.h | ||