mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Updated to version 1861, git revision 88b050f337cc0ca2a51800fe7bf4737222c87344 from https://chromium.googlesource.com/libyuv/libyuv/
15 lines
575 B
Text
15 lines
575 B
Text
#############################################################################
|
|
# UBSan blacklist.
|
|
# Please think twice before you add or remove these rules.
|
|
|
|
# This is a stripped down copy of Chromium's blacklist.txt, to enable
|
|
# adding WebRTC-specific blacklist entries.
|
|
|
|
#############################################################################
|
|
# YASM does some funny things that UBsan doesn't like.
|
|
# https://crbug.com/489901
|
|
src:*/third_party/yasm/*
|
|
|
|
#############################################################################
|
|
# Ignore system libraries.
|
|
src:*/usr/*
|