Skip to content

Commit

Permalink
Add TSAN suppression for heap-use-after-free in libvpx
Browse files Browse the repository at this point in the history
BUG=3671
R=kjellander@webrtc.org, pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/18199004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6937 4adac7df-926f-26a2-2b94-8c16560cd09d
  • Loading branch information
henrik.lundin@webrtc.org committed Aug 20, 2014
1 parent 58c1c98 commit 3fb2d0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions webrtc/build/tsan_suppressions.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ char kTSanDefaultSuppressions[] =
"deadlock:webrtc::ViEEncoder::OnLocalSsrcChanged\n"
"deadlock:webrtc::ViESender::RegisterSendTransport\n"

// libjingle_media_unittest triggers TSan heap-use-after-free in libvpx/.
// https://code.google.com/p/webrtc/issues/detail?id=3671
"race:vpx_codec_destroy\n"

// End of suppressions.
; // Please keep this semicolon.

Expand Down

0 comments on commit 3fb2d0c

Please sign in to comment.