From a69ffc4d328e3a10a42bb7ba5127ce7e9d139dff Mon Sep 17 00:00:00 2001 From: Michael Gebetsroither Date: Sun, 19 Mar 2006 14:13:21 +0100 Subject: [PATCH] added note about security hole in execute function --- sh-lib | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sh-lib b/sh-lib index e68951c..be6f60e 100644 --- a/sh-lib +++ b/sh-lib @@ -177,6 +177,10 @@ function warnLog # ### +## +# ATTENTION... THIS FUNCTINOS IS A BIG SECURITY HOLE +# this function will be changed in future release +## # i don't want to write exit status controle stuff every time function execute { @@ -186,6 +190,7 @@ function execute local ret_='' + # NOT A GOOD IDEA eval "$to_exec_" ret_=$? -- 2.1.4