RESOLVED FIXED 67810
Always zero-out m_sortedTextBoxesPosition to avoid unintialized read in TextIterator
https://bugs.webkit.org/show_bug.cgi?id=67810
Summary Always zero-out m_sortedTextBoxesPosition to avoid unintialized read in TextI...
Adam Klein
Reported 2011-09-08 15:15:55 PDT
Always zero-out m_sortedTextBoxesPosition to avoid unintialized read in TextIterator
Attachments
Patch (2.18 KB, patch)
2011-09-08 15:19 PDT, Adam Klein
no flags
Updated ChangeLog (2.21 KB, patch)
2011-09-08 15:28 PDT, Adam Klein
no flags
Adam Klein
Comment 1 2011-09-08 15:19:48 PDT
Ryosuke Niwa
Comment 2 2011-09-08 15:22:06 PDT
You should mention that it was causing a valgrind failure.
Adam Klein
Comment 3 2011-09-08 15:28:18 PDT
Created attachment 106803 [details] Updated ChangeLog
Adam Klein
Comment 4 2011-09-08 15:29:05 PDT
(In reply to comment #2) > You should mention that it was causing a valgrind failure. Added a mention of valgrind to the ChangeLog.
WebKit Review Bot
Comment 5 2011-09-08 18:13:56 PDT
Comment on attachment 106803 [details] Updated ChangeLog Clearing flags on attachment: 106803 Committed r94824: <http://trac.webkit.org/changeset/94824>
WebKit Review Bot
Comment 6 2011-09-08 18:14:00 PDT
All reviewed patches have been landed. Closing bug.
Abhishek Arya
Comment 7 2011-09-12 21:52:45 PDT
Forgot to read "The unitialized read 11 could never have an impact:"
Note You need to log in before you can comment on or make changes to this bug.