--- wikisrc/users/kamil/sanitizers.mdwn 2018/08/11 12:14:52 1.1 +++ wikisrc/users/kamil/sanitizers.mdwn 2018/08/11 12:20:48 1.4 @@ -86,7 +86,7 @@ The GCC compiler assumed the version in ### GCC with the default runtime Name | NetBSD status -----------+--------------------------------- +----------|--------------------------------- UBSan | mostly works with all ports ASan | mostly works with amd64 and i386 LSan | might work with amd64 and i386 @@ -98,13 +98,13 @@ Untested. ### GCC with MKLIBCSANITIZER Name | NetBSD status -----------+--------------------------------- +----------|--------------------------------- UBSan | works with micro-UBSan ### GCC with kernel sanitizers Name | NetBSD status -----------+--------------------------------- +----------|--------------------------------- UBSan | works with micro-UBSan ## LLVM @@ -114,24 +114,27 @@ The LLVM support is available only with ### LLVM with the default runtime Name | NetBSD status -----------+--------------------------------- -UBSan | works with all ports -ASan | works with amd64 and i386 -MSan | works with amd64 -TSan | works with amd64 +----------|--------------------------------- +UBSan | mostly works with all LLVM ports +ASan | mostly works with amd64 and i386 +MSan | mostly works with amd64 +TSan | mostly works with amd64 ### LLVM with MKSANITIZER -Untested. +Name | NetBSD status +----------|--------------------------------- +UBSan | mostly works with all LLVM ports +ASan | mostly works with amd64 and i386 ### LLVM with MKLIBCSANITIZER Name | NetBSD status -----------+--------------------------------- +----------|--------------------------------- UBSan | works with micro-UBSan ### LLVM with kernel sanitizers Name | NetBSD status -----------+--------------------------------- +----------|--------------------------------- UBSan | works with micro-UBSan