Re: [PATCH] input: Fix crash when connecting HID keyboard
From: Vinicius Costa Gomes <hidden> Date: 2012-07-31 14:01:20
Hi Andrzej,
On 14:48 Tue 31 Jul, Andrzej Kaczmarek wrote:
hidp_add_connection should return after setting up security watch when
connecting HID keyboard, otherwise req will be freed and encrypt_notify
callback will receive invalid pointer.
---