[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20110519.174415.182212433770446975.davem@davemloft.net>
Date: Thu, 19 May 2011 17:44:15 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: sjur.brandeland@...ricsson.com
CC: netdev@...r.kernel.org
Subject: CAIF transmit bug
net/caif/cfctrl.c:cfctrl_enum_req() does not check the return value of
the ->transmit() method.
The documentation for this method states that one error, ownership
of the packet is transferred back to the caller, which means that we
have a leak here.
Please fix this bug.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists