Module Name: src
Committed By: kamil
Date: Sun Aug 5 13:10:04 UTC 2018
Modified Files:
src/doc: TODO.sanitizers
Log Message:
Update TODO.sanitizers
Remove the following entries:
- kernel-ubsan is done and merged with src/.
- the no-ASRL boot.cfg option has been rejected.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/doc/TODO.sanitizers
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/TODO.sanitizers
diff -u src/doc/TODO.sanitizers:1.3 src/doc/TODO.sanitizers:1.4
--- src/doc/TODO.sanitizers:1.3 Tue Jul 24 02:52:15 2018
+++ src/doc/TODO.sanitizers Sun Aug 5 13:10:04 2018
@@ -5,12 +5,10 @@ Short term:
- merge TSan, MSan and libFuzzer ATF tests
- prepare MKSANITIZER readme
- kernel-asan port
- - kernel-ubsan port
- switch syscall(2)/__syscall(2) to libc calls
- upstream local patches, mostly to compiler-rt
- develop fts(3) interceptors (MSan, for ls(1), find(1), mtree(8)
- investigate and address the libcxx failing tests on NetBSD
- - no-ASLR boot.cfg option, required for MKSANITIZER
Long term:
- FILE and DIR sanitization (needed by at least: ESan, MSan)