mirror of
https://github.com/jedisct1/libsodium.git
synced 2026-08-25 08:37:13 +09:00
Turn ASAN errors into warnings in sodium_utils{2,3} tests
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include "cmptest.h"
|
||||
|
||||
#ifdef __SANITIZE_ADDRESS__
|
||||
# error This test requires address sanitizer to be off
|
||||
# warning The sodium_utils2 test is expected to fail with address sanitizer
|
||||
#endif
|
||||
|
||||
static void segv_handler(int sig)
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include "cmptest.h"
|
||||
|
||||
#ifdef __SANITIZE_ADDRESS__
|
||||
# error This test requires address sanitizer to be off
|
||||
# warning The sodium_utils3 test is expected to fail with address sanitizer
|
||||
#endif
|
||||
|
||||
static void segv_handler(int sig)
|
||||
|
||||
Reference in New Issue
Block a user