https://bugs.winehq.org/show_bug.cgi?id=54475
--- Comment #12 from Nick nickmarko@gmail.com --- Béla has beat me to it. I have finished my regression testing and obtained the same result: kernel ce45025 ~ wine-git git bisect good a7fda2f8cb7e09b16fd7dc0ce2e40b5939757e78 is the first bad commit commit a7fda2f8cb7e09b16fd7dc0ce2e40b5939757e78 Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Nov 15 00:50:05 2022 +0100
ntdll: Make realloc implementation more generic.
Either resizing a block in place, or reallocating through RtlHeap calls.
dlls/ntdll/heap.c | 74 ++++++++++++++++++-------------------------------------
It makes sense that this is the commit which has caused the regression, as the debug output indicates a memory handling error.