# We were seeing some false positives and some repeated errors(since these are library files) in following files. # Clang will skip instrumenting the files added here. # We should fix the underlying issues(if any) and remove these entries. deadlock:libcashl/beast/utility/beast_Journal.cpp deadlock:libcashl/beast/utility/beast_PropertyStream.cpp deadlock:test/beast/beast_PropertyStream_test.cpp deadlock:cashd/core/detail/Workers.cpp deadlock:cashd/core/JobQueue.cpp race:libcashl/beast/utility/beast_Journal.cpp race:libcashl/beast/utility/beast_PropertyStream.cpp race:test/beast/beast_PropertyStream_test.cpp race:cashd/core/detail/Workers.cpp race:cashd/core/JobQueue.cpp signal:libcashl/beast/utility/beast_Journal.cpp signal:libcashl/beast/utility/beast_PropertyStream.cpp signal:test/beast/beast_PropertyStream_test.cpp signal:cashd/core/detail/Workers.cpp signal:cashd/core/JobQueue.cpp src:beast/utility/beast_Journal.cpp src:beast/utility/beast_PropertyStream.cpp src:core/detail/Workers.cpp src:core/JobQueue.cpp src:libcashl/beast/utility/beast_Journal.cpp src:test/beast/beast_PropertyStream_test.cpp src:src/test/app/Invariants_test.cpp # ASan false positive: stack-use-after-scope in ErrorCodes.h inline functions. # When Clang inlines the StaticString overloads (e.g. invalid_field_error(StaticString)), # ASan scope-poisons the temporary std::string before the inlined callee finishes reading # through the const ref. This corrupts the coroutine stack and crashes the Simulate test. # See asan.supp comments for full explanation and planned fix. [address] src:*ErrorCodes.h