* src/hsts.c (hsts_hash_func): Allow integer overflow

This commit is contained in:
Tim Rühsen 2018-04-15 18:57:24 +02:00
parent bec9816f40
commit 55da9f71f0

View File

@ -83,6 +83,9 @@ enum hsts_kh_match {
/* Hashing and comparison functions for the hash table */
#ifdef __clang__
__attribute__((no_sanitize("integer")))
#endif
static unsigned long
hsts_hash_func (const void *key)
{