Files
linux/net/irda
David S. Miller 8e75a0d65d irda: Correctly clean up self->ias_obj on irda_bind() failure.
[ Upstream commit 628e300ccc ]

If irda_open_tsap() fails, the irda_bind() code tries to destroy
the ->ias_obj object by hand, but does so wrongly.

In particular, it fails to a) release the hashbin attached to the
object and b) reset the self->ias_obj pointer to NULL.

Fix both problems by using irias_delete_object() and explicitly
setting self->ias_obj to NULL, just as irda_release() does.

Reported-by: Tavis Ormandy <taviso@cmpxchg8b.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-26 17:21:16 -07:00
..
2010-09-20 13:17:52 -07:00
2009-03-21 19:19:14 -07:00
2009-08-05 10:42:58 -07:00
2009-08-05 10:42:58 -07:00
2009-07-12 14:03:27 -07:00
2009-09-02 01:03:53 -07:00
2009-07-27 10:49:44 -07:00
2007-07-10 22:16:43 -07:00
2008-12-10 15:18:31 -08:00