Page MenuHomeFreeBSD

D25519.diff
No OneTemporary

D25519.diff

Index: head/sys/netinet/ip_input.c
===================================================================
--- head/sys/netinet/ip_input.c
+++ head/sys/netinet/ip_input.c
@@ -1028,6 +1028,7 @@
if (IPSEC_ENABLED(ipv4)) {
if ((error = IPSEC_FORWARD(ipv4, m)) != 0) {
/* mbuf consumed by IPsec */
+ RO_NHFREE(&ro);
m_freem(mcopy);
if (error != EINPROGRESS)
IPSTAT_INC(ips_cantforward);

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 18, 10:17 AM (25 m, 23 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27708309
Default Alt Text
D25519.diff (403 B)

Event Timeline