freebsd-dev/sys/contrib/pf
Gleb Smirnoff 8dc59178a8 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.
2011-10-21 22:28:15 +00:00
..
net Fix a race: we should update sc_len before dropping the pf lock, otherwise a 2011-10-21 22:28:15 +00:00
netinet Ignore the return value of ADDCARRY(). 2010-10-13 17:16:08 +00:00