]> Lady’s Gitweb - Gitweb/commit
Escape project name in regexp
authormartin f. krafft <redacted>
Sun, 20 Apr 2008 21:03:56 +0000 (23:03 +0200)
committerLady <redacted>
Mon, 6 Apr 2026 04:07:12 +0000 (00:07 -0400)
commite3df14cf8a0b6735e1ea353ae8651ea67a6676c0909f9f3d80b2e80a39dc830c
tree171805d9672de1eee23d206bd86bc21ae1e2cee2bf378c9345132fa92073f961
parentf584847a413df03429af6f1054b897c14c9adee2e97dd57802f6117f1cf981a2
Escape project name in regexp

The project name, when used in a regular expression, needs to be quoted
properly, so that stuff like '++' in the project name does not cause
Perl to barf.

Related info: http://bugs.debian.org/476076
This is a bug in Perl's CGI.pm, but fixing that exposed a similar bug in
gitweb.perl

Signed-off-by: martin f. krafft <redacted>
Signed-off-by: Junio C Hamano <redacted>
gitweb.perl
This page took 0.206649 seconds and 4 git commands to generate.