diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2006-06-26 09:24:33 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-06-26 18:58:16 +0200 |
commit | 57136ca6d57359c7f21a9bbb4a5a0a61eeb53f2b (patch) | |
tree | 79c31abe40196cc1c350734a15d146d43fa3692c /include/asm-powerpc/xmon.h | |
parent | [PATCH] Convert kernel/cpu.c to mutexes (diff) | |
download | linux-57136ca6d57359c7f21a9bbb4a5a0a61eeb53f2b.tar.xz linux-57136ca6d57359c7f21a9bbb4a5a0a61eeb53f2b.zip |
[PATCH] Bluetooth: fix potential NULL ptr deref in dtl1_cs.c::dtl1_hci_send_frame()
There's a problem in drivers/bluetooth/dtl1_cs.c::dtl1_hci_send_frame()
If bt_skb_alloc() returns NULL, then skb_reserve(s, NSHL); will cause a
NULL pointer deref - ouch. If we can't allocate the resources we require
we need to tell the caller by returning -ENOMEM.
Found by the coverity checker as bug #409
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-powerpc/xmon.h')
0 files changed, 0 insertions, 0 deletions