Part of the code inspired by the original work on libsanitizer in GCC 5.4 by Christos Zoulas.
Sponsored by <The NetBSD Foundation>
Differential D36377
Add NetBSD support in asan_stack.h krytarowski on Aug 6 2017, 6:53 AM. Authored by
Details Part of the code inspired by the original work on libsanitizer in GCC 5.4 by Christos Zoulas. Sponsored by <The NetBSD Foundation>
Diff Detail
Event TimelineComment Actions Kamil, a fair amount of these changes seem to just replace SANITIZER_FREEBSD with SANITIZER_FREEBSD || SANITIZER_NETBSD. Also, what's the difference in support you expect between NetBSD and FreeBSD to support sanitizers? Comment Actions I oppose SANITIZER_BSD as I don't intend to test BSD/OS and similar systems. FreeBSD and NetBSD are sufficiently distinct to be managed separately. Also there will certainly come at some point OpenBSD, which Solaris support as far as I recall, was very similar, mostly adding || SANITIZER_SOLARIS to existing code. |