diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-22 13:48:45 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-22 13:48:59 -0400 |
commit | 36be21eb2eeb06fd9723798a72b51d2d517bed4f (patch) | |
tree | 18a496770ff5895ecd706901cc92f32b04daee28 /TODO | |
parent | Revert "Remove leftover generated Makefiles from the repo (sic!)" (diff) | |
download | sandbox-36be21eb2eeb06fd9723798a72b51d2d517bed4f.tar.gz sandbox-36be21eb2eeb06fd9723798a72b51d2d517bed4f.tar.bz2 sandbox-36be21eb2eeb06fd9723798a72b51d2d517bed4f.zip |
TODO: add more work!
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -9,6 +9,26 @@ review erealpath vs realpath usage wrappers for execl{,l,p} ... unfortunately, we'll probably have to basically reimplement the functions (building up argv[] and then call the execv* ver) +wrappers for open funcs: + - freopen + - freopen64 + - name_to_handle_at + - open_by_handle_at + - __open + - __open64 + +wrappers for 64-bit time funcs +https://bugs.gentoo.org/751241 + +wrappers for syscalls that modify non-filesystem resources ? +how would we `addpredict` these ? +is it worth checking for these in the first place ? unittests sometimes do +terrible things to systems. + - clock_settime + - create_module + - setdomainname + - settimeofday + erealpath() might deref symlinks when working with unreadable paths as non-root even when working on funcs that do not deref funcs themselves ... this isnt a real big issue though |