Re: [ovs-dev] [PATCH v4 2/3] ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod().

2017-11-29 Thread Ben Pfaff
On Wed, Nov 29, 2017 at 10:00:33AM +, Markos Chandras wrote: > On 22/09/17 22:57, Ben Pfaff wrote: > > On Fri, Sep 22, 2017 at 02:26:36PM -0700, Justin Pettit wrote: > >> > >>> On Sep 21, 2017, at 9:59 AM, Ben Pfaff wrote: > >>> > >>> Found by libFuzzer. > >>> > >>> Reported-by: Bhargava Shast

Re: [ovs-dev] [PATCH v4 2/3] ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod().

2017-11-29 Thread Markos Chandras
On 22/09/17 22:57, Ben Pfaff wrote: > On Fri, Sep 22, 2017 at 02:26:36PM -0700, Justin Pettit wrote: >> >>> On Sep 21, 2017, at 9:59 AM, Ben Pfaff wrote: >>> >>> Found by libFuzzer. >>> >>> Reported-by: Bhargava Shastry >>> Signed-off-by: Ben Pfaff >> >> Acked-by: Justin Pettit > > Thanks, app

Re: [ovs-dev] [PATCH v4 2/3] ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod().

2017-09-22 Thread Ben Pfaff
On Fri, Sep 22, 2017 at 02:26:36PM -0700, Justin Pettit wrote: > > > On Sep 21, 2017, at 9:59 AM, Ben Pfaff wrote: > > > > Found by libFuzzer. > > > > Reported-by: Bhargava Shastry > > Signed-off-by: Ben Pfaff > > Acked-by: Justin Pettit Thanks, applied to master, backported as far as 2.6.

Re: [ovs-dev] [PATCH v4 2/3] ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod().

2017-09-22 Thread Justin Pettit
> On Sep 21, 2017, at 9:59 AM, Ben Pfaff wrote: > > Found by libFuzzer. > > Reported-by: Bhargava Shastry > Signed-off-by: Ben Pfaff Acked-by: Justin Pettit --Justin ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailm

[ovs-dev] [PATCH v4 2/3] ofp-util: Fix memory leaks on error cases in ofputil_decode_group_mod().

2017-09-21 Thread Ben Pfaff
Found by libFuzzer. Reported-by: Bhargava Shastry Signed-off-by: Ben Pfaff --- lib/ofp-util.c | 82 ++ 1 file changed, 48 insertions(+), 34 deletions(-) diff --git a/lib/ofp-util.c b/lib/ofp-util.c index e915cb2ab2d7..2309a2ad2515 100644