Skip to content

Fix integer overflow, implicit integer sign change and truncation

Anton Mitrofanov requested to merge BugMaster/x264:fix_integer_overflow into master

Fix integer overflow in cabac psy-trellis and cavcl trellis.

And other implicit integer sign change and truncation reported by clang's UBSan: -fsanitize=signed-integer-overflow,implicit-integer-sign-change,implicit-signed-integer-truncation

Continuation of !79 (merged)

Edited by Anton Mitrofanov

Merge request reports