« Bugzilla Issues Index
#2059 — 24.1.2.1 ArrayBuffer(): argument validation accepts Infinity
- bug_id:
2059
- creation_ts:
2013-10-07 02:12:00 -0700
- short_desc:
24.1.2.1 ArrayBuffer(): argument validation accepts Infinity
- delta_ts:
2013-10-29 09:45:54 -0700
- product:
Draft for 6th Edition
- component:
technical issue
- version:
Rev 19: September 27, 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:
5846
- comment_count:
0
- who:
André Bargull
- bug_when:
2013-10-07 02:12:14 -0700
24.1.2.1 ArrayBuffer(length), step 6:
`new ArrayBuffer(Infinity)` is not rejected in this step, but is possibly should be rejected.
- commentid:
5895
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-10 18:23:08 -0700
change to use ToLength and SameValue comparison. Allow for typed array constructors
fixed in rev20 editor's draft
- commentid:
6112
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2013-10-29 09:45:54 -0700
fixed in rev20 draft, Oct. 28, 2013