llvm-project/llvm/test/Instrumentation/DataFlowSanitizer/Inputs
Andrew Browne cddcf2170a [DFSan] Avoid replacing uses of functions in comparisions.
This can cause crashes by accidentally optimizing out checks for
extern_weak_func != nullptr, when replaced with a known-not-null wrapper.

This solution isn't perfect (only avoids replacement on specific patterns)
but should address common cases.

Internal reference: b/185245029

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D123701
2022-04-14 14:14:52 -07:00
..
abilist.txt [DFSan] Avoid replacing uses of functions in comparisions. 2022-04-14 14:14:52 -07:00
debuglist.txt
personality-routine-abilist.txt
shadow-args-abilist.txt