[Webkit-unassigned] [Bug 16512] Valgrind: Invalid read of size 4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 19 08:28:01 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16512





------- Comment #4 from klobag at gmail.com  2007-12-19 08:28 PDT -------
Forgot to mention that the problem is that HTMLDocument holds the
Hash<StringImpl*, int>. If the String is deref before pulling itself out of the
HashTable, it will cause problem later. 
The question is should we ensure the String is pulled out of the hash table by
explicitly checking or should we fully depend on the rest of the system doing
the correct way.


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



More information about the webkit-unassigned mailing list