[Lxr-dev] [ lxr-Bugs-779639 ] Incorrect regexp in cleanstring
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2003-08-08 01:25:01
|
Bugs item #779639, was opened at 2003-07-29 08:15 Message generated for change (Comment added) made by go_jesse You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=779639&group_id=27350 Category: genxref Group: None Status: Open Resolution: None Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) 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 18: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 |