]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r305203: MFV r302655: 6873 zfs_destroy_snaps_nvl leaks errlist
authormav <mav@FreeBSD.org>
Wed, 12 Oct 2016 05:10:48 +0000 (05:10 +0000)
committermav <mav@FreeBSD.org>
Wed, 12 Oct 2016 05:10:48 +0000 (05:10 +0000)
commit80968f056434a1fb0507c0573e005586bfc65edb
tree0d42000ae85fe3ac08df490140307bca2aa497fa
parent3fa898372d7944fa7a133e94e69a6bb2ccdecc2d
MFC r305203: MFV r302655: 6873 zfs_destroy_snaps_nvl leaks errlist

illumos/illumos-gate@4cde22c29999ffb907ca39d2ebd512812f7e5168
https://github.com/illumos/illumos-gate/commit/4cde22c29999ffb907ca39d2ebd512812
f7e5168

https://www.illumos.org/issues/6873
  lzc_destroy_snaps() returns an nvlist in errlist.
  zfs_destroy_snaps_nvl() should nvlist_free() it before returning.

Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Paul Dagnelie <pcd@delphix.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Author: Chris Williamson <chris.williamson@delphix.com>
cddl/contrib/opensolaris/lib/libzfs/common/libzfs_dataset.c