https://bugs.winehq.org/show_bug.cgi?id=55497 Zeb Figura <z.figura12(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Regression SHA1| |e043d1d3af433ee4323e12a3089 | |2a6b2e932a362 --- Comment #9 from Zeb Figura <z.figura12(a)gmail.com> --- Bisected to the following: commit e043d1d3af433ee4323e12a30892a6b2e932a362 Author: Huw D. M. Davies <huw(a)codeweavers.com> Date: Wed Oct 27 08:14:48 2021 +0100 winspool: Use wide character string literals. Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.