Re: [PATCH] input: Fix crash when connecting HID keyboard
From: Johan Hedberg <hidden> Date: 2012-08-13 10:29:07
Hi Andrzej,
On Tue, Jul 31, 2012, 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.
---
profiles/input/device.c | 2 ++
1 file changed, 2 insertions(+)