OpenBSD cvs log

created 2019-05-08T22:29:27Z
begin 2018-03-06T00:00:00Z
end 2018-03-07T00:00:00Z
path src/sys
commits 1

date 2018-03-06T17:35:53Z
author bluhm
files src/sys/net/pf.c log diff annotate
message branches: 1.1063.2;
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@