blacklist.txt 575 B

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