Bug 121655 - Fix leaks in CSS parser caused by overwriting owned raw pointers with 0
Summary: Fix leaks in CSS parser caused by overwriting owned raw pointers with 0
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-19 21:24 PDT by Darin Adler
Modified: 2013-09-19 21:28 PDT (History)
5 users (show)

See Also:


Attachments
Patch (17.58 KB, patch)
2013-09-19 21:25 PDT, Darin Adler
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2013-09-19 21:24:35 PDT
Fix leaks in CSS parser caused by overwriting owned raw pointers with 0
Comment 1 Darin Adler 2013-09-19 21:25:42 PDT
Created attachment 212121 [details]
Patch
Comment 2 Darin Adler 2013-09-19 21:28:46 PDT
Committed r156138: <http://trac.webkit.org/changeset/156138>