diff --git a/st.c b/st.c index 1d3d48b55f..18b2be7bcf 100644 --- a/st.c +++ b/st.c @@ -1973,6 +1973,7 @@ st_hash_uint32(st_index_t h, uint32_t i) return murmur_step(h, i); } +NO_SANITIZE("unsigned-integer-overflow", extern st_index_t st_hash_uint(st_index_t h, st_index_t i)); st_index_t st_hash_uint(st_index_t h, st_index_t i) {