mirror of
https://github.com/libgit2/libgit2.git
synced 2026-01-25 02:56:17 +00:00
Merge pull request #5569 from lhchavez/ci-sanitizers
Add CI support for Memory and UndefinedBehavior Sanitizers
This commit is contained in:
4
script/sanitizers.supp
Normal file
4
script/sanitizers.supp
Normal file
@@ -0,0 +1,4 @@
|
||||
[undefined]
|
||||
# This library allows unaligned access on Intel-like processors. Prevent UBSan
|
||||
# from complaining about that.
|
||||
fun:sha1_compression_states
|
||||
Reference in New Issue
Block a user