FreeBSD Bugzilla – Attachment 224942 Details for
Bug 255879
[PATCH] netpfil/ipfw: Fix a double free in codel_enqueue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
removes the redundant m_freem() in drop branch.
0001-netpfil-ipfw-double-free-codel_enqueue.patch (text/plain), 388 bytes, created by
lylgood
on 2021-05-14 14:13:40 UTC
(
hide
)
Description:
removes the redundant m_freem() in drop branch.
Filename:
MIME Type:
Creator:
lylgood
Created:
2021-05-14 14:13:40 UTC
Size:
388 bytes
patch
obsolete
>diff --git a/sys/netpfil/ipfw/dn_sched_fq_codel.c b/sys/netpfil/ipfw/dn_sched_fq_codel.c >index 5580dd91bbfe..f992f0d8cede 100644 >--- a/sys/netpfil/ipfw/dn_sched_fq_codel.c >+++ b/sys/netpfil/ipfw/dn_sched_fq_codel.c >@@ -202,7 +202,6 @@ codel_enqueue(struct fq_codel_flow *q, struct mbuf *m, struct fq_codel_si *si) > > drop: > fq_update_stats(q, si, len, 1); >- m_freem(m); > return 1; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 255879
: 224942