mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-14 14:20:45 +01:00
![]() UBSan will trigger when shifting a negative value. This change avoids that by replacing "x << 8" with "x * (1 << 8)". Bug: chromium:666877 Change-Id: Ic89bd98e5a3feff35075df96b104b386cb4d8803 Reviewed-on: https://webrtc-review.googlesource.com/14552 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#20387} |
||
---|---|---|
.. | ||
acm2 | ||
audio_network_adaptor | ||
codecs | ||
include | ||
neteq | ||
test | ||
audio_coding.gni | ||
BUILD.gn | ||
DEPS | ||
OWNERS |