> On Aug 10, 2018, at 12:42 PM, Ben Pfaff <b...@ovn.org> wrote:
> 
> Reported-at: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9424#c4
> Signed-off-by: Ben Pfaff <b...@ovn.org>
> ---
> lib/ofp-group.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lib/ofp-group.c b/lib/ofp-group.c
> index f6e5242f5244..62cab725efb5 100644
> --- a/lib/ofp-group.c
> +++ b/lib/ofp-group.c
> @@ -1748,7 +1748,7 @@ ofputil_decode_ofp15_group_desc_reply(struct 
> ofputil_group_desc *gd,
>         msg, gd->type, OFPGC15_ADD, &gd->props,
>         length - sizeof *ogds - bucket_list_len);
>     if (error) {
> -        ofputil_bucket_list_destroy(&gd->buckets);
> +        ofputil_uninit_group_desc(gd);

This isn't related to this patch per se, but should 
ofputil_group_properties_destroy() should free "gp->selection_method"?

Acked-by: Justin Pettit <jpet...@ovn.org>

--Justin


_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to