Bug 156507 - Fixed uninitialization of Node::DataUnion with GCC 4.8.
Summary: Fixed uninitialization of Node::DataUnion with GCC 4.8.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-12 11:34 PDT by Konstantin Tokarev
Modified: 2016-04-12 13:47 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.40 KB, patch)
2016-04-12 12:15 PDT, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2016-04-12 11:34:22 PDT
This change fixes run time crashes caused by access to uninitialized memory in Node::renderer().
Comment 1 Konstantin Tokarev 2016-04-12 12:15:15 PDT
Created attachment 276260 [details]
Patch
Comment 2 Michael Catanzaro 2016-04-12 12:56:08 PDT
Comment on attachment 276260 [details]
Patch

Seems clearer this way regardless....
Comment 3 WebKit Commit Bot 2016-04-12 13:47:35 PDT
Comment on attachment 276260 [details]
Patch

Clearing flags on attachment: 276260

Committed r199385: <http://trac.webkit.org/changeset/199385>
Comment 4 WebKit Commit Bot 2016-04-12 13:47:39 PDT
All reviewed patches have been landed.  Closing bug.