6 Jun
2017
6 Jun
'17
12:33 a.m.
https://bugs.winehq.org/show_bug.cgi?id=43120 --- Comment #15 from Sebastian Lackner <sebastian(a)fds-team.de> --- Based on the log there is an attempt to write past the end of the df->rgodf memory block, most likely here: https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/dinput/joystick_linux... This is not really surprising because dwAxes + dwPOVs = 8 + 4 = 12, but the code attempts to write device_axis_count = 24 entries. -- 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.