summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2020-03-27 14:35:24 +0000
committerHugo van der Sanden <hv@crypt.org>2020-03-27 14:52:25 +0000
commit51c9ef5418883d5ebb272093a628d955fe1cc323 (patch)
tree4c9f045e86ff47bd9c92aaae6eb71ba30d5b11a7 /t
parente0ab3efe60276d859717e50212fa157323e89a54 (diff)
downloadperl-51c9ef5418883d5ebb272093a628d955fe1cc323.tar.gz
gh-17645: avoid oob read on conflict marker detection
Introduced in 0ae5281a2d.
Diffstat (limited to 't')
-rw-r--r--t/lib/croak/toke2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib/croak/toke b/t/lib/croak/toke
index 2352aa4096..0d20acbd59 100644
--- a/t/lib/croak/toke
+++ b/t/lib/croak/toke
@@ -565,7 +565,7 @@ EXPECT
OPTIONS regex
Use of code point 0x80000000(00000000)? is not allowed; the permissible max is 0x7FFFFFFF(FFFFFFFF)? at - line \d+.
########
-# TODO gh-17645: conflict marker detection should not read out of bounds
+# NAME gh-17645: conflict marker detection should not read out of bounds
m/$0[
==0/
EXPECT