summaryrefslogtreecommitdiff
path: root/drivers/bluetooth/btbcm.c
diff options
context:
space:
mode:
authorMateusz Jurczyk <mjurczyk@google.com>2017-06-29 15:04:59 +0300
committerMarcel Holtmann <marcel@holtmann.org>2017-06-29 15:37:57 +0300
commitd2ecfa765dff59145a4ba9c84856e50c4f43c2b2 (patch)
tree234b4b6a034d7398be70b2ca7dd655de5aad864d /drivers/bluetooth/btbcm.c
parent29e2dd0d56ea0d6c4a95c080760e1cc748fb6f14 (diff)
downloadlinux-d2ecfa765dff59145a4ba9c84856e50c4f43c2b2.tar.xz
Bluetooth: Add sockaddr length checks before accessing sa_family in bind and connect handlers
Verify that the caller-provided sockaddr structure is large enough to contain the sa_family field, before accessing it in bind() and connect() handlers of the Bluetooth sockets. Since neither syscall enforces a minimum size of the corresponding memory region, very short sockaddrs (zero or one byte long) result in operating on uninitialized memory while referencing sa_family. Signed-off-by: Mateusz Jurczyk <mjurczyk@google.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/btbcm.c')
0 files changed, 0 insertions, 0 deletions