Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F142220259
D25519.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
403 B
Referenced Files
None
Subscribers
None
D25519.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25519: ip_forward(): Fix a possible next-hop refcount leak.
Attached
Detach File
Event Timeline
Log In to Comment