> +    ds_put_format(&ctx->output, "%s ", show->table->name);
> +    if (show && show->name_column) {

Here you check if show is NULL, but dereference it the line before.

Otherwise looks good.
Ethan
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev

Reply via email to