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:
94aca1d
)
[Bluetooth] Fix double frees on error paths of btusb and bpa10x drivers
author
Marcel Holtmann
<marcel@holtmann.org>
Mon, 6 Oct 2008 10:22:51 +0000
(12:22 +0200)
committer
Marcel Holtmann
<marcel@holtmann.org>
Mon, 6 Oct 2008 10:22:51 +0000
(12:22 +0200)
The transfer buffer of an URB will be automatically freed when using
the URB_FREE_BUFFER transfer_flag. So the extra calls to kfree() will
cause a double free.
Reported-by: Justin Mattock <justinmattock@gmail.com>
Signed-off-by: Rabin Vincent <rabin@rab.in>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
No differences found