Home
last modified time | relevance | path

Searched hist:"966922 f26c7fb5eddbe3c506b66bb5659f57b76f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-core.cdiff 966922f26c7fb5eddbe3c506b66bb5659f57b76f Thu May 19 14:41:22 CDT 2011 Armando Visconti <armando.visconti@st.com> HID: fix a crash in hid_report_raw_event() function.

I'm using a Data Modul EasyTouch USB multitouch controller,
which is issuing a hid report with a size equals to 0. The rsize
value gets set to 536870912 and Linux is crashing in the memset
because the value is too big.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>