summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
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)
{