Enable MSAN for curl, for real this time! (#2754)

This commit is contained in:
Max Dymond 2019-08-23 20:29:41 +01:00 committed by Abhishek Arya
parent 0a1c3c67c9
commit 8799e89e3a
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ auto_ccs:
sanitizers:
- address
- undefined
- memory
architectures:
- x86_64
- i386