Details

[Home]

Issue of the Implementation # L0110

Brief

drivers/staging/ft1000/ft1000-usb/ft1000_usb.c: memory leak on error path in ft1000_probe()

Detailed Description

ft1000dev->tx_urb and ft1000dev->rx_urb are not deallocated if something goes wrong in ft1000_probe(). Also there is no check for success of urb allocation.

Component

linux-kernel 3.9

Accepted

https://lkml.org/lkml/2013/6/10/412
commit

Status

Fixed in kernel 3.10-rc6

[Home]