« Bugzilla Issues Index
#1674 — 15.13.6.3.6: out-of-bounds index calculated
- bug_id:
1674
- creation_ts:
2013-07-31 06:10:00 -0700
- short_desc:
15.13.6.3.6: out-of-bounds index calculated
- delta_ts:
2013-08-23 08:22:55 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 16: July 15, 2013 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
normal
- everconfirmed:
true
- reporter:
André Bargull
- assigned_to:
Allen Wirfs-Brock
- commentid:
4649
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-07-31 06:10:07 -0700
Change step 26e of 15.13.6.3.6 "%TypedArray%.prototype.set(array, offset = 0)" from:
> Perform SetValueInBuffer(targetBuffer, k × targetElementSize, targetType, kNumber).
To:
> Perform SetValueInBuffer(targetBuffer, targetByteIndex, targetType, kNumber).
because `k × targetElementSize` may result in an out-of-bound index position.
- commentid:
4958
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-16 17:24:50 -0700
fixed in rev17 editor's draft
- commentid:
5118
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-08-23 08:22:55 -0700
fixed in rev17, August 23, 2013 draft