https://bugs.winehq.org/show_bug.cgi?id=50924
Bug ID: 50924 Summary: vsscanf/vfscanf crashes wine Product: Wine Version: 6.0 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: tb442@cornell.edu Distribution: ---
A call to vsscanf / vfscanf causes wine to crash where there's no problem on linux or windows. Preceeding it with a call to just sscanf solves the problem
I've created a minimal working example that you can find at https://github.com/Radvendii/vsscanf_wine_bug.
https://bugs.winehq.org/show_bug.cgi?id=50924
--- Comment #1 from tb442@cornell.edu --- I should mention I'm on NixOS using wine-6.0. Let me know if there's other system information that would be helpful.