svnno****@sourc*****
svnno****@sourc*****
2008年 11月 19日 (水) 17:47:27 JST
Revision: 824 http://svn.sourceforge.jp/view?root=slashdotjp&view=rev&rev=824 Author: tach Date: 2008-11-19 17:47:27 +0900 (Wed, 19 Nov 2008) Log Message: ----------- Fix for invalid form input at Slash/Utility/Environment/Environment.pm Modified Paths: -------------- slashjp/branches/2.5.0.192/Slash/Utility/Environment/Environment.pm slashjp/branches/2.5.0.192/debian/changelog -------------- next part -------------- Modified: slashjp/branches/2.5.0.192/Slash/Utility/Environment/Environment.pm =================================================================== --- slashjp/branches/2.5.0.192/Slash/Utility/Environment/Environment.pm 2008-11-19 08:00:57 UTC (rev 823) +++ slashjp/branches/2.5.0.192/Slash/Utility/Environment/Environment.pm 2008-11-19 08:47:27 UTC (rev 824) @@ -1988,7 +1988,7 @@ $data =~ s|[^a-zA-Z0-9_]+||g; } else { for my $ri (@regints) { - $data = fixint($data) if $ri =~ $key; + $data = fixint($data) if $ri =~ quotemeta($key); } # convert input to internal character encoding Modified: slashjp/branches/2.5.0.192/debian/changelog =================================================================== --- slashjp/branches/2.5.0.192/debian/changelog 2008-11-19 08:00:57 UTC (rev 823) +++ slashjp/branches/2.5.0.192/debian/changelog 2008-11-19 08:47:27 UTC (rev 824) @@ -15,8 +15,9 @@ * Fix poll voting booth layout to use template "poll;pollBooth;default" * Fix previewSlashbox layout to use template "previewSlashbox;users;default" * Add some wiki page to wikicontents redirection + * Fix for invalid form input at Slash/Utility/Environment/Environment.pm - -- Taku YASUI <tach****@osdn*****> Wed, 19 Nov 2008 04:46:30 +0000 + -- Taku YASUI <tach****@osdn*****> Wed, 19 Nov 2008 08:47:10 +0000 slash (2.5.0.192-20) unstable; urgency=low