[Webkit-unassigned] [Bug 37973] REGRESSION(58040): TextIterator may use freed memory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 12:56:05 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37973


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #54028|review?                     |review+
               Flag|                            |




--- Comment #3 from Darin Adler <darin at apple.com>  2010-04-22 12:56:05 PST ---
(From update of attachment 54028)
WebCore/editing/TextIterator.h:130

 +      // Prevent m_textCharacters from being freed.
 +      String m_text;

I think this comment is not as clear as it could be, but I don't have any
specific suggestions for improving it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list