commit | 59cf8bed44a79ec42303151dd014fdb6434254bb | [log] [tgz] |
---|---|---|
author | Johan Hovold <johan@kernel.org> | Thu Mar 16 11:34:02 2017 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Thu Mar 16 13:56:45 2017 -0700 |
tree | 7dc877eb9272ff0aade62aa70e9a56f9a6393644 | |
parent | 92ef6f97a66e580189a41a132d0f8a9f78d6ddce [diff] |
Input: iforce - validate number of endpoints before using them Make sure to check the number of endpoints to avoid dereferencing a NULL-pointer or accessing memory that lie beyond the end of the endpoint array should a malicious device lack the expected endpoints. Signed-off-by: Johan Hovold <johan@kernel.org> Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>