Bug 11158

Summary: Use of uninitialized values
Product: WebKit Reporter: David Carson <dacarson>
Component: Layout and RenderingAssignee: David Carson <dacarson>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch mitz: review+

David Carson
Reported 2006-10-04 13:08:02 PDT
Use of uninitialized values in RenderLayer class m_repaintX and m_repaintY are not initialized before their first use.
Attachments
patch (895 bytes, patch)
2006-10-04 13:16 PDT, David Carson
mitz: review+
David Carson
Comment 1 2006-10-04 13:16:47 PDT
Created attachment 10912 [details] patch Simple change to initialize some local variables before they are used.
mitz
Comment 2 2006-10-04 14:19:55 PDT
Comment on attachment 10912 [details] patch r=me
Mark Rowe (bdash)
Comment 3 2006-10-05 14:39:47 PDT
Landed in r16819.
Note You need to log in before you can comment on or make changes to this bug.