Bug 157551 - TypedArray.prototype.slice should not use the bytelength of passed array for memmove
Summary: TypedArray.prototype.slice should not use the bytelength of passed array for ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Keith Miller
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-05-10 18:27 PDT by Keith Miller
Modified: 2016-05-11 16:26 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.67 KB, patch)
2016-05-10 18:30 PDT, Keith Miller
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2016-05-10 18:27:28 PDT
TypedArray.prototype.slice should use the bytelength of passed array for memmove
Comment 1 Keith Miller 2016-05-10 18:30:30 PDT
Created attachment 278567 [details]
Patch
Comment 2 Michael Saboff 2016-05-10 18:33:50 PDT
Comment on attachment 278567 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2016-05-10 19:03:31 PDT
Comment on attachment 278567 [details]
Patch

Clearing flags on attachment: 278567

Committed r200667: <http://trac.webkit.org/changeset/200667>
Comment 4 WebKit Commit Bot 2016-05-10 19:03:35 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Darin Adler 2016-05-10 19:11:49 PDT
The title of this bug seems to describe the opposite of what the patch changed.
Comment 6 Keith Miller 2016-05-11 16:17:47 PDT
(In reply to comment #5)
> The title of this bug seems to describe the opposite of what the patch
> changed.

Your right. There should be a negation in the title.

I will fix the ChangeLog to say:

"TypedArray.prototype.slice should not use the byteLength of the passed array for memmove"
Comment 7 Keith Miller 2016-05-11 16:26:54 PDT
rdar://problem/26179914