Bug 104785 - [TexMap] Uninitialized m_context pointer in TextureMapper
Summary: [TexMap] Uninitialized m_context pointer in TextureMapper
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on: 105246
Blocks:
  Show dependency treegraph
 
Reported: 2012-12-12 02:24 PST by Allan Sandfeld Jensen
Modified: 2012-12-17 20:26 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.14 KB, patch)
2012-12-12 02:25 PST, Allan Sandfeld Jensen
kenneth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2012-12-12 02:24:27 PST
The m_context pointer is defined in TextureMapper, but only initialized in one of its derived classes.
Comment 1 Allan Sandfeld Jensen 2012-12-12 02:25:31 PST
Created attachment 179008 [details]
Patch
Comment 2 Allan Sandfeld Jensen 2012-12-12 02:45:54 PST
Committed r137442: <http://trac.webkit.org/changeset/137442>
Comment 3 Dongseong Hwang 2012-12-17 20:26:26 PST
This patch causes crash.
I filed Bug 103854.