Bug 151069 - Don't call Vector::uncheckedAppend on a vector that we haven't reserved the capacity for
Summary: Don't call Vector::uncheckedAppend on a vector that we haven't reserved the c...
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: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-09 17:08 PST by Anders Carlsson
Modified: 2015-11-09 17:11 PST (History)
0 users

See Also:


Attachments
Patch (1.46 KB, patch)
2015-11-09 17:09 PST, Anders Carlsson
thorton: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-11-09 17:08:40 PST
Don't call Vector::uncheckedAppend on a vector that we haven't reserved the capacity for
Comment 1 Anders Carlsson 2015-11-09 17:09:03 PST
Created attachment 265123 [details]
Patch
Comment 2 Anders Carlsson 2015-11-09 17:11:25 PST
Committed r192195: <http://trac.webkit.org/changeset/192195>