Home
last modified time | relevance | path

Searched hist:"7 b005bd34c895ebeefd1c62f90a329730b88946b" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/bluetooth/
H A Dhci_sock.cdiff 7b005bd34c895ebeefd1c62f90a329730b88946b Mon Feb 13 04:40:03 CST 2006 Marcel Holtmann <marcel@holtmann.org> [Bluetooth] Fix NULL pointer dereferences of the HCI socket

This patch fixes the two NULL pointer dereferences found by the sfuzz
tool from Ilja van Sprundel. The first one was a call of getsockname()
for an unbound socket and the second was calling accept() while this
operation isn't implemented for the HCI socket interface.

Signed-off-by: Marcel Holtmann <marcel@holtmann.org>