Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
yui-knk committed May 29, 2023
1 parent f34df10 commit 529613f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions st2.c
Original file line number Diff line number Diff line change
Expand Up @@ -1759,6 +1759,9 @@ st_values_check(st_table *tab, st_data_t *values, st_index_t size,
#define C1 BIG_CONSTANT(0x87c37b91,0x114253d5);
#define C2 BIG_CONSTANT(0x4cf5ad43,0x2745937f);
#endif
#ifndef NO_SANITIZE
# define NO_SANITIZE(x, y) y
#endif
NO_SANITIZE("unsigned-integer-overflow", static inline st_index_t murmur_step(st_index_t h, st_index_t k));
NO_SANITIZE("unsigned-integer-overflow", static inline st_index_t murmur_finish(st_index_t h));
NO_SANITIZE("unsigned-integer-overflow", extern st_index_t st_hash(const void *ptr, size_t len, st_index_t h));
Expand Down

0 comments on commit 529613f

Please sign in to comment.