Re: [ovs-dev] [PATCH 2.5] 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 05:15:29PM +, Markos Chandras wrote: > From: Ben Pfaff > > Found by libFuzzer. > > Reported-by: Bhargava Shastry > Signed-off-by: Ben Pfaff > Acked-by: Justin Pettit > Signed-off-by: Markos Chandras > --- > Hi Ben, > > It seems that this patch applies with some f

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

2017-11-29 Thread Markos Chandras
From: Ben Pfaff Found by libFuzzer. Reported-by: Bhargava Shastry Signed-off-by: Ben Pfaff Acked-by: Justin Pettit Signed-off-by: Markos Chandras --- Hi Ben, It seems that this patch applies with some fixups on branch-2.5 so it should be good for inclusion. --- lib/ofp-util.c | 88