summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-10-27 09:44:00 +0000
committerEric Andersen <andersen@codepoet.org>2004-10-27 09:44:00 +0000
commit5853eed77b485b3f47d6239bc0262c7b0a055a6b (patch)
treed81a8339468436c78d65c6ede5a32f6208148990 /TODO
parentb33b788f8978551f4232328d76c3ddc6e5a5c582 (diff)
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--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index ec9ea0182..326555076 100644
--- a/TODO
+++ b/TODO
@@ -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