RESOLVED FIXED 11158
Use of uninitialized values
https://bugs.webkit.org/show_bug.cgi?id=11158
Summary Use of uninitialized values
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.