Bug 11158 - Use of uninitialized values
Summary: Use of uninitialized values
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: David Carson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-04 13:08 PDT by David Carson
Modified: 2006-10-05 14:39 PDT (History)
0 users

See Also:


Attachments
patch (895 bytes, patch)
2006-10-04 13:16 PDT, David Carson
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Carson 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.
Comment 1 David Carson 2006-10-04 13:16:47 PDT
Created attachment 10912 [details]
patch

Simple change to initialize some local variables before they are used.
Comment 2 mitz 2006-10-04 14:19:55 PDT
Comment on attachment 10912 [details]
patch

r=me
Comment 3 Mark Rowe (bdash) 2006-10-05 14:39:47 PDT
Landed in r16819.