HID: logitech-hidpp: leaks and NULL dereferences
authorDan Carpenter <dan.carpenter@oracle.com>
Fri, 31 Oct 2014 09:14:39 +0000 (12:14 +0300)
committerJiri Kosina <jkosina@suse.cz>
Mon, 3 Nov 2014 13:26:50 +0000 (14:26 +0100)
commit3e7830ceb94cd06c05832a0d53cf324db3792418
treef0b6d6d002e8e61ae4f351369abff9e6bf4f15c0
parent3a61e97563d78a2ca10752902449570d8433ce76
HID: logitech-hidpp: leaks and NULL dereferences

Shift the allocation down a few lines to avoid a memory leak and also
add a check for allocation failure.

Fixes: 2f31c5252910 ('HID: Introduce hidpp, a module to handle Logitech hid++ devices')
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-logitech-hidpp.c