RESOLVED FIXED 256853
Add a null check for the current process' name when launching a new process on macOS
https://bugs.webkit.org/show_bug.cgi?id=256853
Summary Add a null check for the current process' name when launching a new process o...
Ryan Reno
Reported 2023-05-16 11:48:38 PDT
the localized name of the -[NSRunningApplication currentApplication] could be null. We should check for that and fall back to the processInfo's name if it is null.
Attachments
Ryan Reno
Comment 1 2023-05-16 11:48:49 PDT
Ryan Reno
Comment 2 2023-05-16 11:53:00 PDT
EWS
Comment 3 2023-05-16 15:50:38 PDT
Committed 264128@main (b85d783df356): <https://commits.webkit.org/264128@main> Reviewed commits have been landed. Closing PR #13933 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.