[Webkit-unassigned] [Bug 197968] New: REGRESSION (r15133): Fix leak of JSStringRef in minidom

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 16 16:01:14 PDT 2019


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

            Bug ID: 197968
           Summary: REGRESSION (r15133): Fix leak of JSStringRef in
                    minidom
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ddkilzer at webkit.org
                CC: ggaren at apple.com, joepeck at webkit.org

Fix leak of JSStringRef in minidom.

This regressed with the original commit back on July 1, 2006 in r15133 (nearly 13 years ago).

<https://trac.webkit.org/r15133>

Found by searching for incorrect uses of JSValueToStringCopy() that weren't calling JSStringRelease() or weren't adopting the result into a JSRetainPtr<JSStringRef> container.

-- 
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/20190516/3dcaa0d7/attachment-0001.html>


More information about the webkit-unassigned mailing list