[Webkit-unassigned] [Bug 11437] New: use of uninitialized variable
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Oct 27 11:58:23 PDT 2006
http://bugs.webkit.org/show_bug.cgi?id=11437
Summary: use of uninitialized variable
Product: WebKit
Version: 420+ (nightly)
Platform: Macintosh
URL: http://www.google.com
OS/Version: Mac OS X 10.4
Status: NEW
Severity: Normal
Priority: P2
Component: HTML Editing
AssignedTo: webkit-unassigned at opendarwin.org
ReportedBy: dacarson at gmail.com
In the function SelectionController::setModifyBias(), the case EXTEND: is be
hit before m_modifyBiasSet has been initialized. The case funciton looks like
this:
case EXTEND:
if (!m_modifyBiasSet) {
m_modifyBiasSet = true;
....
It is being hit when the user first starts to type something into the search
box on www.google.com.
Not sure what the value should be initialized to.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list