[Webkit-unassigned] [Bug 25932] Unitialized variable used at JSC::Heap::markConservatively and JSC::CollectorBitmap::set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 22 08:13:16 PDT 2009


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





------- Comment #3 from ap at webkit.org  2009-05-22 08:13 PDT -------
That's how the garbage collector works - it reads all values from the stack,
and has no way to know whether they were initialized. Googling for "garbage
collector valgrind uninitialized", you could see that this is the case with
other languages' GC implementations, as well.


-- 
Configure bugmail: https://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