Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(750)

Issue 2293893002: Add functions to interact with ASan and MSan, and some sample uses (Closed)

Created:
4 years, 3 months ago by kwiberg-webrtc
Modified:
4 years, 3 months ago
Reviewers:
tommi, hlundin-webrtc
CC:
webrtc-reviews_webrtc.org, kwiberg-webrtc, Andrew MacDonald, tlegrand-webrtc, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, peah-webrtc, minyue-webrtc, aluebs-webrtc, bjornv1
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Add functions to interact with ASan and MSan, and some sample uses The sample uses are from when I debugged bug 617124. The change in neteq_network_stats_unittest.cc is a fix for a minor unrelated bug found by the try bots when I tried to land this CL (a test was passing uninitialized packet data to NetEq). BUG=chromium:617124 Committed: https://crrev.com/ac554eebb9365ca1bb383b62bb436ff3ae470bd8 Cr-Commit-Position: refs/heads/master@{#14034}

Patch Set 1 #

Total comments: 5
Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -2 lines) Patch
M webrtc/base/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M webrtc/base/array_view.h View 1 chunk +5 lines, -0 lines 0 comments Download
M webrtc/base/base.gyp View 1 chunk +1 line, -0 lines 0 comments Download
A webrtc/base/sanitizer.h View 1 chunk +107 lines, -0 lines 0 comments Download
M webrtc/common_audio/signal_processing/downsample_fast.c View 4 chunks +12 lines, -0 lines 0 comments Download
M webrtc/common_audio/signal_processing/filter_ma_fast_q12.c View 2 chunks +7 lines, -0 lines 3 comments Download
M webrtc/modules/audio_coding/codecs/audio_decoder.cc View 3 chunks +4 lines, -0 lines 0 comments Download
M webrtc/modules/audio_coding/codecs/ilbc/create_augmented_vec.c View 2 chunks +4 lines, -0 lines 1 comment Download
M webrtc/modules/audio_coding/neteq/neteq_impl.cc View 2 chunks +2 lines, -0 lines 1 comment Download
M webrtc/modules/audio_coding/neteq/neteq_network_stats_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (9 generated)
kwiberg-webrtc
Primary review duty split: hlundin@: common_audio, audio_coding tommi@: base But both of you probably need ...
4 years, 3 months ago (2016-08-30 19:40:25 UTC) #5
kwiberg-webrtc
https://codereview.webrtc.org/2293893002/diff/40001/webrtc/common_audio/signal_processing/filter_ma_fast_q12.c File webrtc/common_audio/signal_processing/filter_ma_fast_q12.c (right): https://codereview.webrtc.org/2293893002/diff/40001/webrtc/common_audio/signal_processing/filter_ma_fast_q12.c#newcode32 webrtc/common_audio/signal_processing/filter_ma_fast_q12.c:32: B_length + length - 1); This is the sort ...
4 years, 3 months ago (2016-08-30 19:55:28 UTC) #6
tommi
very nice! lgtm. oh and thanks for the background :)
4 years, 3 months ago (2016-08-31 18:18:55 UTC) #7
hlundin-webrtc
LGTM. But we should probably be a bit cautious before using it in every corner ...
4 years, 3 months ago (2016-09-01 13:41:35 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2293893002/40001
4 years, 3 months ago (2016-09-01 19:42:07 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_rel on ...
4 years, 3 months ago (2016-09-01 21:42:37 UTC) #12
kwiberg-webrtc
https://codereview.webrtc.org/2293893002/diff/40001/webrtc/common_audio/signal_processing/filter_ma_fast_q12.c File webrtc/common_audio/signal_processing/filter_ma_fast_q12.c (right): https://codereview.webrtc.org/2293893002/diff/40001/webrtc/common_audio/signal_processing/filter_ma_fast_q12.c#newcode32 webrtc/common_audio/signal_processing/filter_ma_fast_q12.c:32: B_length + length - 1); On 2016/09/01 13:41:35, hlundin-webrtc ...
4 years, 3 months ago (2016-09-02 07:30:16 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2293893002/40001
4 years, 3 months ago (2016-09-02 07:30:39 UTC) #15
commit-bot: I haz the power
Committed patchset #1 (id:40001)
4 years, 3 months ago (2016-09-02 07:39:39 UTC) #17
commit-bot: I haz the power
4 years, 3 months ago (2016-09-02 07:39:45 UTC) #19
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/ac554eebb9365ca1bb383b62bb436ff3ae470bd8
Cr-Commit-Position: refs/heads/master@{#14034}

Powered by Google App Engine
This is Rietveld 408576698