webrtc/modules/audio_coding
Sam Zackrisson 32c6ae249f Fix fuzzer-found undefined behavior in webrtc_cng
The computation (x-127) << 8 is undefined for x < 127.
This CL replaces the shift with a multiplication: (x-127) * (1 << 8)

Bug: chromium:793201
Change-Id: I38b40bd88300208a0bfbbd8fe144b0a5b51a48ed
Reviewed-on: https://webrtc-review.googlesource.com/31800
Commit-Queue: Sam Zackrisson <saza@webrtc.org>
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21205}
2017-12-11 12:47:25 +00:00
..
acm2 Add new UMA metric for NetEq target buffer delay 2017-11-29 08:56:29 +00:00
audio_network_adaptor Stop using ByteSize (deprecated) to get the size of a proto message. 2017-11-30 14:27:50 +00:00
codecs Fix fuzzer-found undefined behavior in webrtc_cng 2017-12-11 12:47:25 +00:00
include Add new UMA metric for NetEq target buffer delay 2017-11-29 08:56:29 +00:00
neteq rtp_encode: Unify the encoder configs somewhat 2017-12-07 09:43:17 +00:00
test Avoid flagging Opus DTX frames as speech. 2017-11-20 14:53:40 +00:00
audio_coding.gni Don't select audio codecs depending on GN vars build_with_{chromium|mozilla} 2017-11-01 18:59:27 +00:00
BUILD.gn Stop using public_deps in system_wrappers. 2017-12-06 08:56:52 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00