Bug 115076 - ElementData::attributeItem() should bounds-check the index.
Summary: ElementData::attributeItem() should bounds-check the index.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-23 19:03 PDT by Andreas Kling
Modified: 2013-04-24 12:59 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.13 KB, patch)
2013-04-23 19:04 PDT, Andreas Kling
koivisto: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-04-23 19:03:39 PDT
ElementData::attributeItem() should bounds-check the index.
Comment 1 Andreas Kling 2013-04-23 19:04:36 PDT
Created attachment 199377 [details]
Patch
Comment 2 Andreas Kling 2013-04-24 12:59:46 PDT
Committed r149060: <http://trac.webkit.org/changeset/149060>