mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-25 00:21:46 +00:00
Catch NULL results from CoreFoundation/CoreText creation functions and return error.OOM rather than null derefs later. I verified that this is possible but didn't verify the behavior when it happens, this is just defensive based on the report here: #13671 because it costs us nothing really.