https://bugs.winehq.org/show_bug.cgi?id=55241
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |37c19e7a877e942f446a156ecb5 | |15797c782b7b9 Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #1 from François Gouget fgouget@codeweavers.com --- Both crashes where caused by pointer truncation issues.
The winmm:capture crash last happened on 2023-09-19 and was fixed by:
commit 37c19e7a877e942f446a156ecb515797c782b7b9 Author: Hans Leidekker hans@codeweavers.com AuthorDate: Tue Sep 19 16:56:17 2023 +0200
winmm/tests: Avoid truncating the handle passed to waveInGetDevCapsW().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55240
The winmm:wave crash last happened on 2023-08-31 and was fixed by:
commit 863c57e956fffaef97b8ff5acf581a8e863b1331 Author: Alexandre Julliard julliard@winehq.org AuthorDate: Fri Sep 1 17:40:21 2023 +0200
winmm/tests: Fix a pointer truncation issue on 64-bit.