zstd/lib/compress
Allan Jude 8665793164 Resolve Coverity 1432392 Unintentional integer overflow
Unintentional integer overflow (OVERFLOW_BEFORE_WIDEN)
overflow_before_widen: Potentially overflowing expression:
cdict->dictContentSize * 6U
with type unsigned int (32 bits, unsigned) is evaluated using 32-bit
arithmetic, and then used in a context that expects an expression of
type U64 (64 bits, unsigned).
2020-09-03 19:31:50 +00:00
..
2020-05-04 15:20:26 -04:00
2020-03-26 17:02:06 -07:00
2020-05-18 21:05:10 -07:00
2020-03-26 17:02:06 -07:00
2020-05-18 21:05:10 -07:00
2020-03-26 17:02:06 -07:00
2020-05-19 15:55:03 -07:00