summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-08-23 20:09:15 +0000
committerEric Andersen <andersen@codepoet.org>2004-08-23 20:09:15 +0000
commit25a92c77e937e4ac1a2ba4eb4886125bf3fc856e (patch)
tree0c454035a06639ccb503d5bd0548b0dbc3ed0d6f /TODO
parente9d95cfa85e50c04c2bdeada90aa44ab0c2d31ea (diff)
Note a security item for the next release
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index ff70cfd3e..93f0cf73e 100644
--- a/TODO
+++ b/TODO
@@ -10,6 +10,10 @@ TODO list for the uClibc 0.9.27 release:
*) Finish up current ldso cleanups
*) Fix dlopen, for both static and dynamic cases, and make it
actually comply with SuSv3
+ *) 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.
TODO list for the uClibc 1.0.0 release: