[Webkit-unassigned] [Bug 11336] HashTable.h not zeroing pointers in constructuor
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 17 21:24:39 PDT 2006
http://bugs.webkit.org/show_bug.cgi?id=11336
------- Comment #4 from mike.emmel at gmail.com 2006-10-17 21:24 PDT -------
Okay the problem is in the assert
assert(table->m_iterators != it);
it->m_next = table->m_iterators;
If their is a problem it triggers before we initalize the m_next so its still
garbage and makes it hard to debug.
Been a while since I looked at this.
The assert could be moved below and still work.
--
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