From: Dan Carpenter Date: Mon, 20 Apr 2015 15:51:35 +0000 (+0300) Subject: Bluetooth: btusb: off by one in rtl8723b_parse_firmware() X-Git-Tag: omap-for-v4.2/wakeirq-drivers~2^2~30^2~34^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c57ddfaea6ec8b1d96f863f7fcfc5554b5dc44c7;p=pandora-kernel.git 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 Reviewed-by: Daniel Drake Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed