On Sat, May 9, 2020 at 11:02 AM Yifeng Sun <[email protected]> wrote:
>
> Thanks William, this patch looks good to me.
> Maybe code will be a little neater with the fixes below:
>
> @@ -1017,6 +1017,9 @@ static void
>  free_data(enum ovsdb_atomic_type type,
>            union ovsdb_atom *atoms, size_t n_atoms)
>  {
> +    if (!atoms) {
> +        return;
> +    }
>      if (ovsdb_atom_needs_destruction(type)) {
>
>
>
> Reviewed-by: Yifeng Sun <[email protected]>
>
Thank you.
I applied the series to master.
William
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to