From 1cfe94096cfff9c869c7faf0ab8862ced6019f0e Mon Sep 17 00:00:00 2001 From: peah Date: Tue, 23 Feb 2016 23:06:50 -0800 Subject: [PATCH] Added the agc digital_agc.c file to the ubsan blacklist in order to suppress UBSan errors from the AGC. BUG=webrtc:5124, webrtc:5487 Review URL: https://codereview.webrtc.org/1696153002 Cr-Commit-Position: refs/heads/master@{#11730} --- tools/ubsan/blacklist.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tools/ubsan/blacklist.txt b/tools/ubsan/blacklist.txt index 2510d41ce4..d48b31d2a9 100644 --- a/tools/ubsan/blacklist.txt +++ b/tools/ubsan/blacklist.txt @@ -21,6 +21,12 @@ src:*/webrtc/modules/audio_coding/codecs/isac/main/source/entropy_coding.c src:*/webrtc/modules/audio_coding/codecs/isac/fix/source/entropy_coding.c fun:*FilterBanksTest*CalculateResidualEnergyTester* +############################################################################# +# The audio processing AGC submodule exhibits a few problems (overflows). +# https://bugs.chromium.org/p/webrtc/issues/detail?id=5530 +src:*/webrtc/modules/audio_processing/agc/legacy/analog_agc.c +src:*/webrtc/modules/audio_processing/agc/legacy/digital_agc.c + ############################################################################# # Ignore errors in common_audio. # https://bugs.chromium.org/p/webrtc/issues/detail?id=5486