Bug 92435 - Initialize the Event Names' string from read only memory
Summary: Initialize the Event Names' string from read only memory
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on: 92465
Blocks:
  Show dependency treegraph
 
Reported: 2012-07-26 16:11 PDT by Benjamin Poulain
Modified: 2012-08-03 08:23 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.52 KB, patch)
2012-07-26 16:16 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-07-26 16:11:57 PDT
Initialize the Event Names' string from read only memory
Comment 1 Benjamin Poulain 2012-07-26 16:16:37 PDT
Created attachment 154785 [details]
Patch
Comment 2 Benjamin Poulain 2012-07-26 17:35:10 PDT
Committed r123820: <http://trac.webkit.org/changeset/123820>
Comment 3 WebKit Review Bot 2012-07-26 23:33:10 PDT
Re-opened since this is blocked by 92465
Comment 4 Csaba Osztrogonác 2012-07-27 00:17:07 PDT
Comment on attachment 154785 [details]
Patch

Rollod out by http://trac.webkit.org/changeset/123840 (see the bot history for details)

And please watch the bots after landing next time.
Comment 5 Benjamin Poulain 2012-07-27 00:27:54 PDT
Thanks Ossy. The StringImpl are supposed to be BufferInternal. I made a mistake in the previous patch.

I'll fix that separately.
Comment 6 Benjamin Poulain 2012-08-03 08:23:34 PDT
Committed r124616: <http://trac.webkit.org/changeset/124616>