git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d215874
)
[Bluetooth] Fix NULL pointer dereference in HCI line discipline
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 9 May 2007 07:15:40 +0000
(09:15 +0200)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 11 May 2007 06:45:05 +0000
(23:45 -0700)
Normally a serial Bluetooth device is opened, TIOSETD'ed to N_HCI line
discipline, HCIUARTSETPROTO'ed and finally closed. In case the device
fails to HCIUARTSETPROTO, closing it produces a NULL pointer dereference.
Signed-off-by: Ohad Ben-Cohen <ohad@bencohen.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
No differences found