26 Aug
2025
26 Aug
'25
11:21 a.m.
On Tue Aug 26 10:48:25 2025 +0000, Vibhav Pant wrote:
Hm. That's odd, as the unions do get initialized with 0. Nonetheless, I have added a `size` field to only compare relevant memory, thanks. It's only guaranteed that the first element and padding is zeroed in `union value value = {0};` case. So in this case only first byte of the union gets initialized.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8831#note_113852