Details

[Home]

Issue of the Implementation # L0125

Brief

drivers/net/irda/mcs7780.c: memory leaks in mcs_net_open()

Detailed Description

If rx_urb allocation fails in mcs_setup_urbs(), tx_urb leaks. If mcs_receive_start() fails in mcs_net_open(), the both urbs are not deallocated.

Component

linux-kernel 3.11

Accepted

https://lkml.org/lkml/2013/9/12/631
commit

Status

Fixed in kernel 3.12-rc1

[Home]