mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-03 20:38:50 +00:00
Integer overflow in array index leading to unpredictable behavior. Using correct integer signess and casting fix the problem and turn negative value into 0. Expected fallback behavior then apply. Make use of uint8_t since the hash array is a static array of 255 elements.
394 KiB
394 KiB