https://bugs.winehq.org/show_bug.cgi?id=52093
Bug ID: 52093 Summary: malloc() after installing Insta360 pro stitcher (incl. wine config) Product: Wine Version: 6.22 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: wwjdtd@gmail.com Distribution: ---
To reproduce:
1. Download Insta360 STITCHER from here: https://www.insta360.com/download/insta360-pro2 Note: You will want to use the href link since it will otherwise ask for a serial number.
2. Run Installer
3. Close all wine programs
4. Try to run anything in wine or the wine config tool (or any other built-in). You will receive the following:
``` malloc(): invalid size (unsorted) Aborted (core dumped) ```
Copying the program files out and into a fresh wineprefix allows the program to run properly and does not corrupt the new prefix.
All testing was done in bottles (to prevent stuff breaking from misconfiguration on my part) with `winehq-devel`. Versions effected is everything from somewhere above 6.0 to 6.22, this also means it's some form of regression since it didn't do this previously.
Forum post: https://forum.winehq.org/viewtopic.php?f=8&t=35914&p=135171#p135140