> if (!tags) > - return NULL; > + goto err_out; Using a label just for the direct error return here is a bit silly. The rest looks fine.
> if (!tags) > - return NULL; > + goto err_out; Using a label just for the direct error return here is a bit silly. The rest looks fine.