K 10 svn:author V 7 glebius K 8 svn:date V 27 2011-10-21T22:28:15.981952Z K 7 svn:log V 263 Fix a race: we should update sc_len before dropping the pf lock, otherwise a number of packets can be queued on sc, while we are in ip_output(), and then we wipe the accumulated sc_len. On next pfsync_sendout() that would lead to writing beyond our mbuf cluster. END