mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-18 08:07:56 +01:00
![]() The current implementation carefully shifts down the energy so as not to overflow. The fuzzer audio_decoder_ilbc_fuzzer found an integer overflow anyway. The energy is only used for a threshold check. This fix stops the energy computation when the threshold is reached, before it can overflow. Bug: chromium:837922 Change-Id: I45e84d2d271a37e6476b08433a2cbd5a8f6e6f26 Reviewed-on: https://webrtc-review.googlesource.com/76122 Commit-Queue: Sam Zackrisson <saza@webrtc.org> Reviewed-by: Minyue Li <minyue@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23242} |
||
---|---|---|
.. | ||
cng | ||
g711 | ||
g722 | ||
ilbc | ||
isac | ||
opus | ||
pcm16b | ||
red | ||
tools | ||
audio_decoder.h | ||
audio_encoder.h | ||
audio_format_conversion.cc | ||
audio_format_conversion.h | ||
builtin_audio_decoder_factory_unittest.cc | ||
builtin_audio_encoder_factory_unittest.cc | ||
legacy_encoded_audio_frame.cc | ||
legacy_encoded_audio_frame.h | ||
legacy_encoded_audio_frame_unittest.cc | ||
OWNERS |