mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-30 09:19:28 +00:00
7e001a05a402f71ddf02cf38f9eb0ef2f9e76896
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.
Description
Languages
Objective-C
67.8%
JavaScript
14.7%
Rich Text Format
9.7%
SCSS
2.2%
C
1.5%
Other
4%