Actions
Bug #6873
closedzfs_destroy_snaps_nvl leaks errlist
Start date:
2016-04-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
lzc_destroy_snaps() returns an nvlist in errlist.
zfs_destroy_snaps_nvl() should nvlist_free() it before returning.
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 4cde22c29999ffb907ca39d2ebd512812f7e5168
commit 4cde22c29999ffb907ca39d2ebd512812f7e5168 Author: Chris Williamson <chris.williamson@delphix.com> Date: 2016-04-22T23:50:59.000Z 6873 zfs_destroy_snaps_nvl leaks errlist Reviewed by: Matthew Ahrens <mahrens@delphix.com> Reviewed by: Paul Dagnelie <pcd@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
Actions