K 10 svn:author V 7 glebius K 8 svn:date V 27 2012-12-15T08:29:22.707348Z K 7 svn:log V 352 Merge from head r244157: 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 END