[Webkit-unassigned] [Bug 209418] memory leaks in JSC::BytecodeGenerator::pushLexicalScopeInternal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 24 19:41:23 PDT 2020


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

Yusuke Suzuki <ysuzuki at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ysuzuki at apple.com
         Resolution|---                         |DUPLICATE

--- Comment #2 from Yusuke Suzuki <ysuzuki at apple.com> ---
(In reply to Alexey Proskuryakov from comment #1)
> Do you know if LeakSanitizer works reliably for WebKit? I am not familiar
> with this tool.
> 
> JavaScriptCore does a lot of pointer manipulation that confuses leak
> detectors.

Yeah, I don't think LeakSanitizer works for WebKit. We need an interface from LeakSanitizer to tell the pointers.

This issue is the same to bug 209420, and this is false-positive reports from LeakSanitizer.

*** This bug has been marked as a duplicate of bug 209420 ***

-- 
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/20200325/4564cc48/attachment.htm>


More information about the webkit-unassigned mailing list