Bug 87992 - [BlackBerry] Crash in InputHandler - uninit variable
Summary: [BlackBerry] Crash in InputHandler - uninit variable
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: George Staikos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-31 11:06 PDT by George Staikos
Modified: 2012-05-31 12:30 PDT (History)
2 users (show)

See Also:


Attachments
Patch to fix the crash (1.45 KB, patch)
2012-05-31 11:18 PDT, George Staikos
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description George Staikos 2012-05-31 11:06:57 PDT
#0  WebCore::SelectPopupClient::update (this=0x2b64696c, multiple=false, 
    size=14, labels=..., enableds=0x1503398, itemType=0x1158680, 
    selecteds=0x1503338, element=0x151d2c0)
#1  0x791a1c3e in BlackBerry::WebKit::InputHandler::openSelectPopup (
    this=0xf57050, select=0x151d2c0)

The select popup client is not initialized.  Crashes the tests among others.
Comment 1 George Staikos 2012-05-31 11:18:23 PDT
Created attachment 145119 [details]
Patch to fix the crash
Comment 2 Rob Buis 2012-05-31 11:21:57 PDT
Comment on attachment 145119 [details]
Patch to fix the crash

LGTM.
Comment 3 WebKit Review Bot 2012-05-31 12:30:52 PDT
Comment on attachment 145119 [details]
Patch to fix the crash

Clearing flags on attachment: 145119

Committed r119134: <http://trac.webkit.org/changeset/119134>
Comment 4 WebKit Review Bot 2012-05-31 12:30:56 PDT
All reviewed patches have been landed.  Closing bug.