Issue 45110 by ClusterFuzz-External: bind9:dns_master_load_fuzzer: Undefined-shift in soa_get
(unsigned char *p) is being promoted to (int) before being shifted by 24 when the value in > 127 which is undefined behaviour in C. Cast to (unsigned int) or equivalent.
There are a couple of other instance based on examination of the code base.