diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-10-27 09:44:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-10-27 09:44:00 +0000 |
commit | 5853eed77b485b3f47d6239bc0262c7b0a055a6b (patch) | |
tree | d81a8339468436c78d65c6ede5a32f6208148990 /TODO | |
parent | b33b788f8978551f4232328d76c3ddc6e5a5c582 (diff) | |
download | uClibc-alpine-5853eed77b485b3f47d6239bc0262c7b0a055a6b.tar.bz2 uClibc-alpine-5853eed77b485b3f47d6239bc0262c7b0a055a6b.tar.xz |
Fix up __uClibc_init() for so that we prevent starting SUID
binaries where the standard file descriptors are not opened.
-Erik
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,9 +1,5 @@ TODO list for the uClibc 0.9.27 release: ------------------------------------------------- - *) Fix use of __secure in __uClibc_init() for so that we prevent - starting staticly linked SUID binaries where the standard file - descriptors are not opened. For dynamically linked binaries, - ldso does this for us. *) Audit header files. Remove prototypes for all functions that are not supported -- especially needed for the libm headers. *) Audit header files. When options are disabled, also disable |