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.
This commit is contained in:
kamil 2018-12-04 18:39:03 +00:00
parent 6de10e4ba8
commit 5e901b7cba

View File

@ -7,7 +7,9 @@ Short term:
- 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 @@ Long term:
- 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