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:
2be4d50
)
[PATCH] USB: Resource leak fix for whiteheat driver
author
Jesper Juhl
<jesper.juhl@gmail.com>
Sun, 23 Apr 2006 17:59:23 +0000
(19:59 +0200)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 27 Apr 2006 17:28:57 +0000
(10:28 -0700)
We may return from drivers/usb/serial/whiteheat.c::whiteheat_attach()
without freeing `result' if we leave via the no_firmware: label.
Spotted by the coverity checker as #670
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
No differences found