https://bugs.winehq.org/show_bug.cgi?id=55497
Zeb Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |e043d1d3af433ee4323e12a3089 | |2a6b2e932a362
--- Comment #9 from Zeb Figura z.figura12@gmail.com --- Bisected to the following:
commit e043d1d3af433ee4323e12a30892a6b2e932a362 Author: Huw D. M. Davies huw@codeweavers.com Date: Wed Oct 27 08:14:48 2021 +0100
winspool: Use wide character string literals.
Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
Yes, the bisect really is correct; the problem is it introduces that rarest of C memory errors, a variable that goes out of scope inside of a function. I've sent 4802.