commit | 08ffce4560e0133e10634b0dd85eecee11257a1c | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor_core@ameritech.net> | Mon Jun 26 01:45:10 2006 -0400 |
committer | Dmitry Torokhov <dtor_core@ameritech.net> | Mon Jun 26 01:45:10 2006 -0400 |
tree | eff2a0266e0897e72e48db949fb28f367812222e | |
parent | 4854c7b27f0975a2b629f35ea3996d2968eb7c4f [diff] |
Input: fix potential overflows in driver/input/mouse Change all sprintfs into snprintfs to make sure we won't stomp on data adjacent to our buffers. Noticed by Wouter Paesen <wouter@kangaroot.net> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>