From: Marcel Holtmann Date: Mon, 13 Feb 2006 10:40:03 +0000 (+0100) Subject: [Bluetooth] Fix NULL pointer dereferences of the HCI socket X-Git-Tag: v2.6.16-rc4~111^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b005bd34c895ebeefd1c62f90a329730b88946b;p=pandora-kernel.git [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 --- Reading git-diff-tree failed