> @@ -4440,7 +4444,7 @@ parse_fs_perm(fs_perm_t *fsperm, nvlist_t *nvl)
>               nvlist_t *nvl2 = NULL;
>               const char *name = nvpair_name(nvp);
>               uu_avl_t *avl = NULL;
> -             uu_avl_pool_t *avl_pool;
> +             uu_avl_pool_t *avl_pool = NULL;

That assertion will always fail, if executed.  It would be more straightforward 
to do something like `assert(!"unhandled zfs_deleg_who_type_t")`

---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/56/files#r50747405
_______________________________________________
developer mailing list
developer@open-zfs.org
http://lists.open-zfs.org/mailman/listinfo/developer

Reply via email to