X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/763bef5f53e7776413961e26850f426863d520d3..51166947eea5867eab23960ba3abad06f70334c8:/tcpdump.c diff --git a/tcpdump.c b/tcpdump.c index 8ff5aca3..5e0afd24 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -3128,7 +3128,9 @@ print_version(void) (void)fprintf (stderr, "Compiled with AddressSanitizer/GCC.\n"); #elif defined(__has_feature) # if __has_feature(address_sanitizer) - (void)fprintf (stderr, "Compiled with AddressSanitizer/CLang.\n"); + (void)fprintf (stderr, "Compiled with AddressSanitizer/Clang.\n"); +# elif __has_feature(memory_sanitizer) + (void)fprintf (stderr, "Compiled with MemorySanitizer/Clang.\n"); # endif #endif /* __SANITIZE_ADDRESS__ or __has_feature */ }