rustls / rustls-ffi

Use Rustls from any language
Other
123 stars 31 forks source link

Use -fsanitize=address for tests only #423

Closed jsha closed 2 months ago

jsha commented 2 months ago

In #33 I added -fsanitize=address, "for demo". But looking again at the Makefile it's turned on anytime CC is clang. We should fix that, since AddressSanitizer isn't intended for production use.