lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 21 Nov 2007 15:03:57 -0800 From: akpm@...ux-foundation.org To: marcel@...tmann.org Cc: netdev@...r.kernel.org, akpm@...ux-foundation.org, bunk@...nel.org Subject: [patch 3/5] drivers/bluetooth/bpa10x.c: fix memleak From: Adrian Bunk <bunk@...nel.org> This patch fixea a memleak spotted by the Coverity checker. Signed-off-by: Adrian Bunk <bunk@...nel.org> Signed-off-by: Andrew Morton <akpm@...ux-foundation.org> --- drivers/bluetooth/bpa10x.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/bluetooth/bpa10x.c~drivers-bluetooth-bpa10xc-fix-memleak drivers/bluetooth/bpa10x.c --- a/drivers/bluetooth/bpa10x.c~drivers-bluetooth-bpa10xc-fix-memleak +++ a/drivers/bluetooth/bpa10x.c @@ -423,6 +423,7 @@ static int bpa10x_send_frame(struct sk_b break; default: + usb_free_urb(urb); return -EILSEQ; } _ - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists