summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2021-08-04 16:09:51 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-09-22 11:41:20 +0200
commit2fc4c1fb61cb58d16b50424173a3a58b42ce4044 (patch)
tree3eaafc14283267c3bcb0b43f464895ccdcab971a /arch
parent9909f2d8694d0297a862661ef2f086ccf3c3c068 (diff)
downloadlinux-stable-2fc4c1fb61cb58d16b50424173a3a58b42ce4044.tar.gz
linux-stable-2fc4c1fb61cb58d16b50424173a3a58b42ce4044.tar.bz2
linux-stable-2fc4c1fb61cb58d16b50424173a3a58b42ce4044.zip
Bluetooth: increase BTNAMSIZ to 21 chars to fix potential buffer overflow
[ Upstream commit 713baf3dae8f45dc8ada4ed2f5fdcbf94a5c274d ] An earlier commit replaced using batostr to using %pMR sprintf for the construction of session->name. Static analysis detected that this new method can use a total of 21 characters (including the trailing '\0') so we need to increase the BTNAMSIZ from 18 to 21 to fix potential buffer overflows. Addresses-Coverity: ("Out-of-bounds write") Fixes: fcb73338ed53 ("Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions