commit | a27a76d3c07de08a0d0d298b6bc280c5b820e997 | [log] [tgz] |
---|---|---|
author | Alexander Usyskin <alexander.usyskin@intel.com> | Mon Feb 17 15:13:22 2014 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 18 10:05:07 2014 -0800 |
tree | 35189df75481fe1422219ec453723548bed60680 | |
parent | 64092858acfd995fae0def466126692423c30828 [diff] |
mei: fix potential read outside of array bounds Drop not-very-useful check and with this fix read on index that can be after array end. Cleanup search function as byproduct. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>