From 5b1af9a33545895ea12c52bf007f17914de19173 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Mon, 18 Sep 2017 22:12:40 +0200 Subject: [PATCH] Suppress UBsan infinite recursion error. UBsan goes into an infinite recursion when __dynamic_cast instrumented with "vptr". See crbug.com/609786. Similar WebRTC change: https://codereview.webrtc.org/2983583002 BUG=None TBR=fbarchard@chromium.org Change-Id: Ia37635e639550d60f9a79df927447c7cfaacdc93 Reviewed-on: https://chromium-review.googlesource.com/671367 Commit-Queue: Henrik Kjellander Reviewed-by: Henrik Kjellander --- tools_libyuv/ubsan/vptr_blacklist.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools_libyuv/ubsan/vptr_blacklist.txt b/tools_libyuv/ubsan/vptr_blacklist.txt index 8ed070c05..23cfca537 100644 --- a/tools_libyuv/ubsan/vptr_blacklist.txt +++ b/tools_libyuv/ubsan/vptr_blacklist.txt @@ -19,3 +19,7 @@ # Example: # src:*/third_party/protobuf/src/google/protobuf/compiler/plugin.pb.cc +############################################################################# +# UBsan goes into an infinite recursion when __dynamic_cast instrumented with +# "vptr". See crbug.com/609786. +src:*/third_party/libc\+\+abi/trunk/src/private_typeinfo.cpp