commit | c57ddfaea6ec8b1d96f863f7fcfc5554b5dc44c7 | [log] [tgz] |
---|---|---|
author | Dan Carpenter <dan.carpenter@oracle.com> | Mon Apr 20 18:51:35 2015 +0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Thu Apr 30 01:05:30 2015 +0200 |
tree | 733e51f7c027690bfda195d0e1921c32d0132253 | |
parent | eb50042fd2a9ed3cecc8f9e6799b8e11b4726f94 [diff] |
Bluetooth: btusb: off by one in rtl8723b_parse_firmware() The ">" should be ">=" so that we don't read past the end of the array. Fixes: 9d9a113e3695 ('Bluetooth: btusb: Add Realtek 8723A/8723B/8761A/8821A support') Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Reviewed-by: Daniel Drake <drake@endlessm.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>