« Bugzilla Issues Index
#4157 — 21.2.5.2.2 RegExpBuiltinExec, step 17.a: off-by-one error about length and position
- bug_id:
4157
- creation_ts:
2015-03-12 10:26:00 -0700
- short_desc:
21.2.5.2.2 RegExpBuiltinExec, step 17.a: off-by-one error about length and position
- delta_ts:
2015-03-17 16:57:08 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 35: March 4, 2015 Release Candidate 2
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
Claude Pache
- assigned_to:
Allen Wirfs-Brock
- commentid:
13709
- comment_count:
0
- who:
Claude Pache
- bug_when:
2015-03-12 10:26:12 -0700
21.2.5.2.2 Runtime Semantics: RegExpBuiltinExec
- commentid:
13710
- comment_count:
1
- who:
Claude Pache
- bug_when:
2015-03-12 10:30:50 -0700
[Premature submission; the Descripition is:]
21.2.5.2.2 Runtime Semantics: RegExpBuiltinExec, step17.a. reads:
"... If e is greater than the length of Input, then eUTF is 1 + the number of code units in S."
It should be:
"... If e is equal to the length of Input, then eUTF is the number of code units in S."
- commentid:
13713
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-12 11:30:11 -0700
fixed in rev36 editor's draft
- commentid:
13838
- comment_count:
3
- who:
Allen Wirfs-Brock
- bug_when:
2015-03-17 16:57:08 -0700
in rev36