Bug 256853
| Summary: | Add a null check for the current process' name when launching a new process on macOS | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Reno <rreno> |
| Component: | WebKit2 | Assignee: | Ryan Reno <rreno> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | kkinnunen, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Reno
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Reno
<rdar://problem/109210266>
Ryan Reno
Pull request: https://github.com/WebKit/WebKit/pull/13933
EWS
Committed 264128@main (b85d783df356): <https://commits.webkit.org/264128@main>
Reviewed commits have been landed. Closing PR #13933 and removing active labels.