OpenBSD cvs log

created 2021-12-12T23:43:36Z
begin 2021-12-07T16:07:56Z
end 2021-12-07T17:28:46Z
path src/sys
commits 1

date 2021-12-07T17:28:46Z
author bluhm
files src/sys/netinet/ip_ipsp.c log diff annotate
src/sys/netinet/ip_ipsp.h log diff annotate
message In ipo_tdb the flow contains a reference counted TDB cache. This
may prevent that tdb_free() is called. It is not a real leak as
ipsecctl -F or termination of iked flush this cache when they remove
the IPsec policy. Move the code from tdb_free() to tdb_delete(),
then the kernel does the cleanup itself.
OK mvs@ tobhe@