3 Mar
2025
3 Mar
'25
3:30 p.m.
On Mon Mar 3 01:15:43 2025 +0000, Esme Povirk wrote:
Seems like we don't actually do anything with errors in this loop. It won't crash or return a failure to the caller, but any item that fails will have `strings[i]` uninitialized or NULL. I reworked that a bit, to have a common "strings" cleanup loop, and there is a now a break in item enumerator loop on error.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7407#note_96571