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:
2a91515
)
ipheth: potential null dereferences on error path
author
Dan Carpenter
<error27@gmail.com>
Mon, 26 Apr 2010 23:20:12 +0000
(23:20 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 27 Apr 2010 21:49:07 +0000
(14:49 -0700)
The calls to usb_free_buffer() dereference rx_urb and tx_urb in the
parameter list but those could be NULL.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: L. Alberto Giménez <agimenez@sysvalve.es>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found