webrtc/modules/audio_coding/codecs/isac
Jonas Olsson 622eedaf0f Bump variable sizes in response to fuzzer bug
The fuzzers detected a possible overflow in the multiplication of sum and gainQ10.
Since gainQ10 cannot be larger than 2048000 (see WebRtcIsac_kQGain2Levels) and sum cannot be larger than 2^16, a int64 is large enough to hold the result.

Bug: chromium:904909
Change-Id: Icb12821d4006aaaaf70a5735d2abd2b96f7a2f0e
Reviewed-on: https://webrtc-review.googlesource.com/c/111921
Reviewed-by: Ivo Creusen <ivoc@webrtc.org>
Commit-Queue: Jonas Olsson <jonasolsson@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25787}
2018-11-26 16:16:50 +00:00
..
fix Removing ancient and unused test scripts and data files 2018-11-05 16:08:46 +00:00
main Bump variable sizes in response to fuzzer bug 2018-11-26 16:16:50 +00:00
audio_decoder_isac_t.h Replace rtc::Optional with absl::optional in modules/audio_coding 2018-06-19 12:46:20 +00:00
audio_decoder_isac_t_impl.h Add missing iSAC headers. 2018-01-02 13:01:11 +00:00
audio_encoder_isac_t.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_encoder_isac_t_impl.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
bandwidth_info.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
empty.cc
locked_bandwidth_info.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
locked_bandwidth_info.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
unittest.cc Remove simple stringstream usages. 2018-09-06 12:53:19 +00:00