commit | 5d9d6e91b835796c21fbd7ce479880e5181be112 | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@googlemail.com> | Fri Feb 11 01:10:44 2011 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Feb 21 01:02:28 2011 -0800 |
tree | d7881c56527eb833a33d32899a4f879d51a2a6c9 | |
parent | 26cdb1ae76f842e895ef4d09796a9101a7f8746b [diff] |
Input: uinput - fix setting up device name The check for non-empty device name was botched since we tried to account for extra space for the terminating zero at the same time. Convert to kstrndup() to avoid this problem. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Acked-by: Aristeu Rozanski <aris@ruivo.org> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>