diff options
author | Jesper Juhl <jj@chaosbits.net> | 2011-02-10 11:58:45 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-13 20:21:15 +0100 |
commit | ab60707ffe9920b66b4fff5181b44b14cd091472 (patch) | |
tree | d0baa22dfe87b87b0188ac0305d05fa7454a5c3c /drivers/isdn | |
parent | Don't potentially dereference NULL in net/dcb/dcbnl.c:dcbnl_getapp() (diff) | |
download | linux-ab60707ffe9920b66b4fff5181b44b14cd091472.tar.xz linux-ab60707ffe9920b66b4fff5181b44b14cd091472.zip |
USB Network driver infrastructure: Fix leak when usb_autopm_get_interface() returns less than zero in kevent().
We'll leak the memory allocated to 'urb' in
drivers/net/usb/usbnet.c:kevent() when we 'goto fail_lowmem' and the 'urb'
variable goes out of scope while still completely unused.
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/isdn')
0 files changed, 0 insertions, 0 deletions