On Mon, Oct 18, 2010 at 19:02:39 +0300, [email protected] wrote:

> +diff --git a/usttrace b/usttrace
> +index dc159f2..7e0f7bc 100755
> +--- a/usttrace
> ++++ b/usttrace
> +@@ -3,6 +3,16 @@
> + # usttrace  by Pierre-Marc Fournier 2009
> + # Distributed under the GPLv2.
> + 
> ++pathclean() {
> ++   # Vulnerability fix for insecure path content
> ++   # Make sure "::", "^:" or ":$" is not left in path arg $1
> ++
> ++   local tmp
> ++   tmp=$(echo "$1" | sed -e 's/::\+// ; s/^:// ; s/:$//' )
> ++
> ++   [ "$tmp" ] && echo "$tmp"
> ++}
> ++

Please stop introducing that kind of stuff.  This is NOT FIXING
ANYTHING.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature

Reply via email to