forked from openzfs/zfs
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid core dump on invalid redaction bookmark
libzfs aborts on EINVAL from the kernel when trying to do a redacted send with a bookmark that is not a redaction bookmark. Check if the bookmark given for redactions is actually a redaction bookmark. Print an error message and exit gracefully if it is not.
- Loading branch information
Ryan Moeller
authored and
Ryan Moeller
committed
Mar 15, 2020
1 parent
5378fe0
commit 8fccc6d
Showing
3 changed files
with
30 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters