Bug 98101 - JSArray::unshiftCountSlowCase needs to clear array slots when adding space to end of array
Summary: JSArray::unshiftCountSlowCase needs to clear array slots when adding space to...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-01 17:20 PDT by Michael Saboff
Modified: 2012-10-01 18:21 PDT (History)
1 user (show)

See Also:


Attachments
Patch (3.96 KB, patch)
2012-10-01 17:26 PDT, Michael Saboff
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2012-10-01 17:20:04 PDT
The change made in  r129676: <http://trac.webkit.org/changeset/129676> from https://bugs.webkit.org/show_bug.cgi?id=97691 needs to clear array slots between length and vectorLength when new slots are added to the end of an array.
Comment 1 Michael Saboff 2012-10-01 17:26:48 PDT
Created attachment 166580 [details]
Patch
Comment 2 WebKit Review Bot 2012-10-01 18:21:05 PDT
Comment on attachment 166580 [details]
Patch

Clearing flags on attachment: 166580

Committed r130109: <http://trac.webkit.org/changeset/130109>
Comment 3 WebKit Review Bot 2012-10-01 18:21:07 PDT
All reviewed patches have been landed.  Closing bug.