DescriptionWebRtcIlbcfix_Smooth: Fix UBSan fuzzer bug (left shift of 1 by 31 overflows)
scale1 == 31 if and only if w10 == 0. So even though 1 << scale1
overflows, we know that the result of the multiplication should be 0.
Handle that case.
BUG=chromium:615818
Committed: https://crrev.com/7f82fc988ded707247f317019215e4abdd6fe19f
Cr-Commit-Position: refs/heads/master@{#13847}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|