[Webkit-unassigned] [Bug 199295] Memory corruption when creating JSGlobalContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 29 08:21:11 PST 2020


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

--- Comment #12 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Hm, I'm not sure what to do about it. We don't have a valgrind suppression file, and don't really want to add one because nobody ever actually uses those when debugging or reporting bugs. Ideally, WebKit would not do anything that triggers complaints from valgrind.

This is currently the only false-positive reported by valgrind that's directly WebKit's fault. We also have bug #146729, where we write uninitialized memory as part of WebKit IPC, which is harmless but clearly something to be fixed, so not a false-positive. Also, we have some issues with dependencies in bug #204997.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200229/c3864a30/attachment.htm>


More information about the webkit-unassigned mailing list