John Baldwin b67915014d Don't drop a reference to the TOE PCB in undo_offload_socket().
undo_offload_socket() is only called by t4_connect() during a connection
setup failure, but t4_connect() still owns the TOE PCB and frees ita
after undo_offload_socket() returns.  Release a reference in
undo_offload_socket() resulted in a double-free which panicked when
t4_connect() performed the second free.  The reference release was
added to undo_offload_socket() incorrectly in r299210.

MFC after:	1 week
Sponsored by:	Chelsio Communications
2017-01-27 23:03:28 +00:00
..
2017-01-05 21:28:25 +00:00
2017-01-16 03:03:47 +00:00
2016-12-28 14:10:33 +00:00
2016-10-25 16:28:30 +00:00
2016-11-17 14:43:13 +00:00
2016-12-12 16:43:31 +00:00
2016-12-04 04:04:57 +00:00
2016-09-05 23:12:24 +00:00
2016-12-23 20:14:05 +00:00
2017-01-23 21:09:27 +00:00
2017-01-12 18:05:12 +00:00
2016-09-22 22:51:11 +00:00
2017-01-16 03:03:47 +00:00
2016-10-17 10:20:38 +00:00
2017-01-16 15:23:55 +00:00
2016-12-30 16:26:54 +00:00