Home | History | Annotate | Download | only in ubsan
      1 #############################################################################
      2 # UBSan blacklist.
      3 # Please think twice before you add or remove these rules.
      4 
      5 # This is a stripped down copy of Chromium's blacklist.txt, to enable
      6 # adding WebRTC-specific blacklist entries.
      7 
      8 #############################################################################
      9 # YASM does some funny things that UBsan doesn't like.
     10 # https://crbug.com/489901
     11 src:*/third_party/yasm/*
     12 
     13 #############################################################################
     14 # Ignore system libraries.
     15 src:*/usr/*
     16