Allow unsigned-integer-overflow in hash functions
commit30ec60266f206f93b489518379f592c6526f546c
authorOlly Betts <olly@survex.com>
Fri, 15 Mar 2024 18:22:22 +0000 (16 07:22 +1300)
committerOlly Betts <olly@survex.com>
Fri, 15 Mar 2024 18:22:22 +0000 (16 07:22 +1300)
tree6b2a23e9386d08a0621e1add469e2ec3a8afc6c9
parent2acdae154a3fb74b3bc5822839e1daef4c36ffbf
Allow unsigned-integer-overflow in hash functions

This isn't undefined behaviour, but it's suspicious in most situations
so useful to be able to enable to find bugs.
src/hash.c