Bug#411735: libcgi-perl: path_info crashes with Unmatched regex on valid input

2007-02-22 Thread Ambrose Li
reassign 411735 perl-modules thanks On Thu, Feb 22, 2007 at 09:45:18PM +, Martin Michlmayr wrote: > * Manoj Srivastava <[EMAIL PROTECTED]> [2007-02-22 14:35]: > > reassign 411735 libcgi-pm-Perl > > thanks > > This was sent to the wrong package. > > libcgi-pm-perl doesn't exist. Did y

Bug#411735: libcgi-perl: path_info crashes with Unmatched regex on valid input

2007-02-22 Thread Martin Michlmayr
* Manoj Srivastava <[EMAIL PROTECTED]> [2007-02-22 14:35]: > reassign 411735 libcgi-pm-Perl > thanks > This was sent to the wrong package. libcgi-pm-perl doesn't exist. Did you mean libtemplate-perl? At least this package contains a CGI.pm file. -- Martin Michlmayr http://www.cyrius.com

Bug#411735: libcgi-perl: path_info crashes with Unmatched regex on valid input

2007-02-22 Thread Manoj Srivastava
reassign 411735 libcgi-pm-Perl thanks Hi, This was sent to the wrong package. manoj -- The main problem I have with cats is, they're not dogs. Kevin Cowherd Manoj Srivastava <[EMAIL PROTECTED]> 1024D/BF24424C print 4966 F272 D093 B493 410B 924B

Bug#411735: libcgi-perl: path_info crashes with Unmatched regex on valid input

2007-02-20 Thread Ambrose Li
Package: libcgi-perl Version: 2.76-24 Severity: normal If the path info part of a URL happens to be a malformed regex, calling path_info will crash with a regex error. The following test case illustrates the problem: $ env REQUEST_METHOD=GET \ REQUEST_URI='/foo.cgi/(bar' \ PATH

Bug#411735: libcgi-perl: path_info crashes with Unmatched regex on valid input

2007-02-20 Thread Ambrose Li
The bug is caused by careless use of input as regex's in at least two places. The following can hide the problem, but I don't know if it's a proper fix: -- cut here - 8< --- --- CGI.pm.orig 2006-12-05 06:52:37.0 -0500 +++ CGI.pm 2007-02-20 1