Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/doc Update TODO.sanitizers
details: https://anonhg.NetBSD.org/src/rev/175b76005e20
branches: trunk
changeset: 446416:175b76005e20
user: kamil <kamil%NetBSD.org@localhost>
date: Tue Dec 04 18:39:03 2018 +0000
description:
Update TODO.sanitizers
Reflect with reality the fts(3) entry as handling compar callback is the
only feature still missing.
Add a new entry for utime(3), we expect to allow changing actime regardless
of noatime mount property.
diffstat:
doc/TODO.sanitizers | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 6903775bbdd2 -r 175b76005e20 doc/TODO.sanitizers
--- a/doc/TODO.sanitizers Tue Dec 04 16:53:44 2018 +0000
+++ b/doc/TODO.sanitizers Tue Dec 04 18:39:03 2018 +0000
@@ -7,7 +7,9 @@
- upstream local patches, mostly to compiler-rt
Long term:
- - develop fts(3) interceptors (MSan, for ls(1), find(1), mtree(8)
+ - handle fts_open(3) compar callback in sanitizers (use TLS to store
+ the real callback and call a wrapper that will [un]poison appropriate
+ memory regions)
- investigate and address the libcxx failing tests on NetBSD
- FILE and DIR sanitization (needed by at least: ESan, MSan)
- add missing interceptors (mostly MSan-centric)
@@ -38,6 +40,7 @@
- merge of the libFuzzer integration with the basesystem
- oom-killer ATF tests and fixes
- uvm_map.c E2BIG workaround or limit raise (1MB -> 10MB?), needed by libFuzzer
+ - utime(3) allow changing actime regardless of noatime mount property
Unspecified:
- kernel-tsan? upstream development is stalled with patches for Linux 4.2
Home |
Main Index |
Thread Index |
Old Index