https://bugs.winehq.org/show_bug.cgi?id=49556
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTOURBUG Status|UNCONFIRMED |RESOLVED Keywords|regression |
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- That's an app bug. Instead of using GetFileVersionInfoSizeA(), it hardcodes a buffer size of 1.5 times the resource size for the version info. This is how it used to work in NT4, but Wine is using the XP+ algorithm, which requires twice the resource size.
This leads to heap corruption, which may or may not crash depending on the allocation patterns. I expect that the same heap corruption happens on Windows
= XP.