Details

[Home]

Issue of the Implementation # L0111

Brief

drivers/net/wireless/orinoco/orinoco_usb.c: memory leak in ezusb_access_ltv() when device disconnected

Detailed Description

If "device is disconnected" check occurs to be true in ezusb_access_ltv(), it just return -ENODEV. But that means request_context is leaked since there are no any references to it anymore.

Component

linux-kernel 3.9

Accepted

https://lkml.org/lkml/2013/6/13/476
commit

Status

Fixed in kernel 3.10-rc2

[Home]