5 Jan
2025
5 Jan
'25
4:20 a.m.
The code currently `malloc`s a larger memory buffer, and if successful: `memcpy`s the old memory buffer to the new, `free`s the old, and reassigns the pointer. This logic can all be reduced to a `realloc`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7099