6 Feb
2025
6 Feb
'25
8:47 a.m.
We've been passing `ARRAY_SIZE()` (equal to 16 in this case) as a radix to _itow(). This has caused us trying to get "a" instead of "10", etc. which resulted in unexpected nulls being interspersed in long arrays as well as the arrays being cut short. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7276