commit | eb16292ba8a6655a560ab10a7d73a7816f0c0ac0 | [log] [tgz] |
---|---|---|
author | Paul Mackerras <paulus@samba.org> | Mon Oct 31 01:30:32 2005 -0500 |
committer | Dmitry Torokhov <dtor_core@ameritech.net> | Mon Oct 31 01:30:32 2005 -0500 |
tree | 2e52f812f6d0b7ab4b2b06a71b676f36c5afa288 | |
parent | 76440d5e13d7dacd5763394ddb2071424e0b6921 [diff] |
Input: adbhid - fix OOPS introduced by dynalloc conversion The problem is that adbhid[]->input is NULL, so the kernel oopses with a null pointer dereference as soon as a key is pressed. Signed-off-by: Paul Mackerras <paulus@samba.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>