« Bugzilla Issues Index
#3045 — 22.2.3.22 %TypedArray%.prototype.set: Missing neutered array buffer checks
- bug_id:
3045
- creation_ts:
2014-07-24 08:22:00 -0700
- short_desc:
22.2.3.22 %TypedArray%.prototype.set: Missing neutered array buffer checks
- delta_ts:
2014-08-25 08:29:21 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 26: July 18, 2014 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:
9496
- comment_count:
0
- who:
André Bargull
- bug_when:
2014-07-24 08:22:55 -0700
22.2.3.22 %TypedArray%.prototype.set(array [ , offset ] )
Additional steps are needed to ensure the ArrayBuffer object is not neutered. The first check after step 7 (just like in 22.2.3.23) and then before every call to SetValueInBuffer in step 27.e.
- commentid:
9530
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-24 10:33:11 -0700
fixed in rev27 editor's draft
- commentid:
9886
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:21 -0700
fixed in rev27 draft