[Webkit-unassigned] [Bug 272756] New: TestIPC.IPCSerialization.Basic should not use adoptCF() with CFCharacterSetGetPredefined()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 16 07:55:53 PDT 2024


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

            Bug ID: 272756
           Summary: TestIPC.IPCSerialization.Basic should not use
                    adoptCF() with CFCharacterSetGetPredefined()
           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

TestIPC.IPCSerialization.Basic should not use adoptCF() with CFCharacterSetGetPredefined().

CFCharacterSetGetPredefined() returns a +0 retained (immortal) CFStringRef.

There is no over-release that happens in practice, but we should fix this for correctness.

-- 
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/20240416/e6ad7b26/attachment.htm>


More information about the webkit-unassigned mailing list