From 8b3ed1309cfcc215b904c6fd9fea1b927841f90f Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Wed, 19 Mar 2008 14:44:35 +0000 Subject: Protect common/zlib/configure parameter processing against infinite loop git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@2430 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- common/zlib/configure | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/zlib/configure b/common/zlib/configure index e8942359..7c66e10b 100755 --- a/common/zlib/configure +++ b/common/zlib/configure @@ -50,6 +50,7 @@ case "$1" in -l* | --l*) libdir="$2"; shift; shift;; -i* | --i*) includedir="$2"; shift; shift;; -s* | --s*) shared=1; shift;; + *) shift;; esac done -- cgit v1.2.3