CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/06 10:35:53
Modified files:
sys/net : pf.c
Log message:
If source and destination addresses are equal, the incoming and
outgoing state key is the same. In this case the reverse link loops
to the same state key. The assertion in pf_state_key_link_reverse()
did not expect this and the kernel crashed.
bug reported and fix tested by Johan Huldtgren; OK sashan@ visa@
