[Bug 42225] MSRX v2015a (magnetic stripe reader app) crashed on plugplay: hidraw_set_feature_report Output feature buffer too small

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 16 14:39:07 CST 2017


https://bugs.winehq.org/show_bug.cgi?id=42225

Samuele <sguerrini97 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|2.0-rc5                     |unspecified

--- Comment #6 from Samuele <sguerrini97 at gmail.com> ---
in dlls/winebus.sys/bus_udev.c line 354
    if (length + 1 > sizeof(feature_buffer))
should be 
    if (length + 1 > sizeof(buffer))

(?)
Device get recognized after this change but it cannot read any card even if no
error is displayed. Running with WINEDEBUG=+hid I don't see anything strange.

-- 
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.



More information about the wine-bugs mailing list