Bug 11471

Summary: uninitialized member being tested before set
Product: WebKit Reporter: David Carson <dacarson>
Component: FramesAssignee: David Carson <dacarson>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch to init value to false ggaren: review+

Description David Carson 2006-10-31 11:42:24 PST
In Frame.cpp, the variable m_beganSelectingText (defined in FramePrivate.h) is sometimes being tested in handleMouseReleaseEvent() before it has been initialized to any value.
Comment 1 David Carson 2006-10-31 11:46:05 PST
Created attachment 11308 [details]
patch to init value to false
Comment 2 Geoffrey Garen 2006-10-31 13:32:13 PST
Comment on attachment 11308 [details]
patch to init value to false

r=me
Comment 3 mitz 2006-10-31 13:48:11 PST
Please fix the first line of the ChangeLog when committing.
Comment 4 Anders Carlsson 2006-11-02 19:14:20 PST
Committed revision 17550