[Webkit-unassigned] [Bug 163958] New: jsc.cpp is leaking memory allocated by readline in runInteractive

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 25 11:15:05 PDT 2016


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

            Bug ID: 163958
           Summary: jsc.cpp is leaking memory allocated by readline in
                    runInteractive
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Christopher.reid at sony.com

runInteractive in jsc.cpp is currently leaking memory allocated by readline. According to man readline, the string returned is allocated by malloc and has to be deallocated. There isn't any deallocation being done right now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161025/4cf7dc10/attachment.html>


More information about the webkit-unassigned mailing list