K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-12-12T17:41:21.866507Z K 7 svn:log V 336 Fix a crash in tcp_input(), that happens when mbuf has a fwd_tag on it, but later after processing and freeing the tag, we need to jump back again to the findpcb label. Since the fwd_tag pointer wasn't NULL we tried to process and free the tag for second time. Reported & tested by: Pawel Tyll MFC after: 3 days END