mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-08-18 11:45:08 +08:00
Coverity Scan: Suppress intentional integer overflow
This commit is contained in:
Vendored
+1
@@ -645,6 +645,7 @@ do {
|
||||
} while (0)
|
||||
|
||||
#define HASH_JEN(key,keylen,hashv) \
|
||||
/* coverity[integer_overflow] - intentional wrapping in Jenkins hash */ \
|
||||
do { \
|
||||
unsigned _hj_i,_hj_j,_hj_k; \
|
||||
unsigned const char *_hj_key=(unsigned const char*)(key); \
|
||||
|
||||
Reference in New Issue
Block a user