From d8b21b35fd536af8411975ad05eab85f89e84a2e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 22 Feb 2013 22:03:08 -0500 Subject: 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 --- TODO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO') 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 -- cgit v1.2.3