[Lxr-dev] [ lxr-Bugs-779639 ] Incorrect regexp in cleanstring
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2004-07-14 17:35:38
|
Bugs item #779639, was opened at 2003-07-29 11:15 Message generated for change (Settings changed) made by brondsem You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=779639&group_id=27350 Category: genxref Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) >Assigned to: Dave Brondsema (brondsem) Summary: Incorrect regexp in cleanstring Initial Comment: in the cleanstring function (In lib/LXR/Files/CVS.pm), one regexp is incorrect. It is currently : s/[|&!`;$%<>[:cntrl:]]// || # drop these in particular where it should be : s/[|&!`;\$\%<>[:cntrl:]]// || # drop these in particular (i.e. $% is interpreted by Perl). Testcase : &&& /mccvsweb/repositories/i390/requestaccess.html head co: /cvs/testcvs/cvs//mccvsweb/repositories/i39/requestaccess.html,v: No such file or directory the 0 has been replaced where it shouldn't. Hope this helps... -- Julien Wajsberg fl...@mi... ---------------------------------------------------------------------- Comment By: Jesse Brandeburg (go_jesse) Date: 2003-08-07 21:16 Message: Logged In: YES user_id=631160 This bug actually effects all sorts of stuff, and is very major IMO ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=779639&group_id=27350 |