bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

htags doesn't properly escape characters in filenames


From: Justin Wojdacki
Subject: htags doesn't properly escape characters in filenames
Date: Tue, 8 Jul 2003 17:23:04 -0700


i've observed that if the input source filename contains a regex special character such as '+', then at line 645 of htags, where a link is being built up, there will be a problem.

i noticed this originally because a header is named like "foo++.h". a simple solution to this would be to add the following one line prior, but it doesn't address other regex special characters.

                $name =~ s/\+/\\\+/g;

justin wojdacki
address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]