summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/ext/re
diff options
context:
space:
mode:
authorJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-11-03 14:24:10 +0000
committerJasper Lievisse Adriaanse <jasper@cvs.openbsd.org>2009-11-03 14:24:10 +0000
commit54e3eb24c5e154bd09910b35aeff860a4e528b8e (patch)
tree973c69c98c8723e842dcaec2c32c85b4c32776fb /gnu/usr.bin/perl/ext/re
parent7419173f963dfc3facbd841b5fa14f3db8d01300 (diff)
- apply fix from upstream git for CVE-2009-3626, which could cause perl to
crash on certain invalid UTF-8 codes. ok millert@ sthen@
Diffstat (limited to 'gnu/usr.bin/perl/ext/re')
-rw-r--r--gnu/usr.bin/perl/ext/re/t/regop.t12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/perl/ext/re/t/regop.t b/gnu/usr.bin/perl/ext/re/t/regop.t
index 7fe7b204627..f111b9144d6 100644
--- a/gnu/usr.bin/perl/ext/re/t/regop.t
+++ b/gnu/usr.bin/perl/ext/re/t/regop.t
@@ -233,12 +233,12 @@ anchored "ABC" at 0
#Freeing REx: "(\\.COM|\\.EXE|\\.BAT|\\.CMD|\\.VBS|\\.VBE|\\.JS|\\.JSE|\\."......
%MATCHED%
floating ""$ at 3..4 (checking floating)
-1:1[1] 3:2[1] 5:2[64] 45:83[1] 47:84[1] 48:85[0]
-stclass EXACTF <.> minlen 3
-Found floating substr ""$ at offset 30...
-Does not contradict STCLASS...
-Guessed: match at offset 26
-Matching stclass EXACTF <.> against ".exe"
+#1:1[1] 3:2[1] 5:2[64] 45:83[1] 47:84[1] 48:85[0]
+#stclass EXACTF <.> minlen 3
+#Found floating substr ""$ at offset 30...
+#Does not contradict STCLASS...
+#Guessed: match at offset 26
+#Matching stclass EXACTF <.> against ".exe"
---
#Compiling REx "[q]"
#size 12 nodes Got 100 bytes for offset annotations.