aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2013-02-22 22:03:08 -0500
committerMike Frysinger <vapier@gentoo.org>2013-02-24 23:17:28 -0500
commitd8b21b35fd536af8411975ad05eab85f89e84a2e (patch)
tree51aca3066603474d8b8b17d09b4cad1dbad89d4a /TODO
parentadd a new message env var (diff)
downloadsandbox-d8b21b35fd536af8411975ad05eab85f89e84a2e.tar.gz
sandbox-d8b21b35fd536af8411975ad05eab85f89e84a2e.tar.bz2
sandbox-d8b21b35fd536af8411975ad05eab85f89e84a2e.zip
libsandbox: fix early var init
In commit 5498907383c7f1654188b6a0d02d8b03112a28c3, we tried to fix handling of ELFs that had their own constructors. Unfortunately, this broke use cases like `env -i` that screw with the environment before we get a chance to extract our settings. URL: http://bugs.gentoo.org/404013 Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index e8d1d14..6470621 100644
--- a/TODO
+++ b/TODO
@@ -25,3 +25,5 @@ handle multiple processing writing to log simultaneously
doesnt seem to work quite right:
echo $(./vfork-0 ./mkdir_static-0 2>&1)
+
+handle env var modification inside of traced apps