NetBSD/sys/netipsec
christos 6f900861cf Fix double free: key_setsaval() free's newsav by calling key_freesaval()
and key_api_update() calls key_delsav() when key_setsaval() fails which
calls key_freesaval() again...
2019-06-12 01:32:30 +00:00
..
ah_var.h
ah.h
esp_var.h
esp.h
files.netipsec
ipcomp_var.h
ipcomp.h
ipip_var.h
ipsec6.h
ipsec_input.c Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
ipsec_mbuf.c
ipsec_netbsd.c
ipsec_output.c
ipsec_private.h
ipsec_var.h
ipsec.c Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
ipsec.h
ipsecif.c Don't clear calculated Tx tos value for IPv[46] over IPv6. 2019-05-17 05:27:24 +00:00
ipsecif.h
key_debug.c Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
key_debug.h
key_var.h
key.c Fix double free: key_setsaval() free's newsav by calling key_freesaval() 2019-06-12 01:32:30 +00:00
key.h
keydb.h
keysock.c Fix locking: it is fine if the lock is already key_so_mtx, this can happen 2019-02-26 06:52:34 +00:00
keysock.h
Makefile
xform_ah.c Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
xform_esp.c Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
xform_ipcomp.c Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
xform_ipip.c Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
xform_tcp.c Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
xform.h