after pf_state_key_atach nothing must use the state keys passed to it any
authorhenning <henning@openbsd.org>
Tue, 22 Jul 2008 12:31:35 +0000 (12:31 +0000)
committerhenning <henning@openbsd.org>
Tue, 22 Jul 2008 12:31:35 +0000 (12:31 +0000)
commit44c84cf4a98b56b65a39afb7d581c5bc8a74ab9e
tree3067c925d9857ecc4b74c8266ecfc5efaa13d7df
parentbb083478557b90ce6714047fdbdbc5e236feae57
after pf_state_key_atach nothing must use the state keys passed to it any
more, since they might have been invalidated and free'd.
one synproxy errorpath did so, however. just get the state keys from the
state itself. ok david mcbride
sys/net/pf.c