Bug 272756

Summary: TestIPC.IPCSerialization.Basic should not use adoptCF() with CFCharacterSetGetPredefined()
Product: WebKit Reporter: David Kilzer (:ddkilzer) <ddkilzer>
Component: Tools / TestsAssignee: David Kilzer (:ddkilzer) <ddkilzer>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 268884    
Bug Blocks:    

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.