[Bug 255880] [PATCH] netpfil/ipfw: Fix a double free in pie_enqueue

2021-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255880

Rodney W. Grimes  changed:

   What|Removed |Added

 CC||i...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 255880] [PATCH] netpfil/ipfw: Fix a double free in pie_enqueue

2021-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255880

Mark Johnston  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed
   Assignee|i...@freebsd.org|ma...@freebsd.org
 CC||ma...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 255880] [PATCH] netpfil/ipfw: Fix a double free in pie_enqueue

2021-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255880

--- Comment #3 from commit-h...@freebsd.org ---
A commit in branch stable/12 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=419a11681c22ce12d3b9a4ab9ab45ff6b7c4ce83

commit 419a11681c22ce12d3b9a4ab9ab45ff6b7c4ce83
Author: Mark Johnston 
AuthorDate: 2021-05-18 19:22:21 +
Commit: Mark Johnston 
CommitDate: 2021-05-25 13:29:00 +

dummynet: Fix mbuf tag allocation failure handling

PR: 255875, 255878, 255879, 255880
Reviewed by:donner, kp
Sponsored by:   The FreeBSD Foundation

(cherry picked from commit c4a6258d70f73c27d8f0c6233edbcc609791806b)

 sys/netpfil/ipfw/dn_aqm_codel.c  | 4 +---
 sys/netpfil/ipfw/dn_aqm_pie.c| 6 +++---
 sys/netpfil/ipfw/dn_sched_fq_codel.c | 4 +---
 sys/netpfil/ipfw/dn_sched_fq_pie.c   | 6 +++---
 4 files changed, 8 insertions(+), 12 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 255880] [PATCH] netpfil/ipfw: Fix a double free in pie_enqueue

2021-05-25 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255880

--- Comment #2 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=b14db362bbd20e5a3d97d121c403b72473fdc733

commit b14db362bbd20e5a3d97d121c403b72473fdc733
Author: Mark Johnston 
AuthorDate: 2021-05-18 19:22:21 +
Commit: Mark Johnston 
CommitDate: 2021-05-25 13:26:09 +

dummynet: Fix mbuf tag allocation failure handling

PR: 255875, 255878, 255879, 255880
Reviewed by:donner, kp
Sponsored by:   The FreeBSD Foundation

(cherry picked from commit c4a6258d70f73c27d8f0c6233edbcc609791806b)

 sys/netpfil/ipfw/dn_aqm_codel.c  | 4 +---
 sys/netpfil/ipfw/dn_aqm_pie.c| 6 +++---
 sys/netpfil/ipfw/dn_sched_fq_codel.c | 4 +---
 sys/netpfil/ipfw/dn_sched_fq_pie.c   | 6 +++---
 4 files changed, 8 insertions(+), 12 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 255880] [PATCH] netpfil/ipfw: Fix a double free in pie_enqueue

2021-05-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255880

--- Comment #1 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=c4a6258d70f73c27d8f0c6233edbcc609791806b

commit c4a6258d70f73c27d8f0c6233edbcc609791806b
Author: Mark Johnston 
AuthorDate: 2021-05-18 19:22:21 +
Commit: Mark Johnston 
CommitDate: 2021-05-18 19:25:16 +

dummynet: Fix mbuf tag allocation failure handling

PR: 255875, 255878, 255879, 255880
Reviewed by:donner, kp
MFC after:  1 week
Sponsored by:   The FreeBSD Foundation
Differential Revision:  https://reviews.freebsd.org/D30318

 sys/netpfil/ipfw/dn_aqm_codel.c  | 4 +---
 sys/netpfil/ipfw/dn_aqm_pie.c| 6 +++---
 sys/netpfil/ipfw/dn_sched_fq_codel.c | 4 +---
 sys/netpfil/ipfw/dn_sched_fq_pie.c   | 6 +++---
 4 files changed, 8 insertions(+), 12 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-ipfw@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "freebsd-ipfw-unsubscr...@freebsd.org"


[Bug 255880] [PATCH] netpfil/ipfw: Fix a double free in pie_enqueue

2021-05-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255880

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|i...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-ipfw@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "freebsd-ipfw-unsubscr...@freebsd.org"