RESOLVED FIXED 272756
TestIPC.IPCSerialization.Basic should not use adoptCF() with CFCharacterSetGetPredefined()
https://bugs.webkit.org/show_bug.cgi?id=272756
Summary TestIPC.IPCSerialization.Basic should not use adoptCF() with CFCharacterSetGe...
David Kilzer (:ddkilzer)
Reported 2024-04-16 07:55:53 PDT
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.
Attachments
Radar WebKit Bug Importer
Comment 1 2024-04-16 07:56:15 PDT
David Kilzer (:ddkilzer)
Comment 2 2024-04-16 08:03:34 PDT
EWS
Comment 3 2024-04-16 15:25:33 PDT
Committed 277579@main (edb4e626c57a): <https://commits.webkit.org/277579@main> Reviewed commits have been landed. Closing PR #27330 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.