Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix zdb "Memory fault" found on FreeBSD ZTS
- reason: nvlist_free() tries to free sth. which isn't allocted - solution: init this variable with NULL Signed-off-by: Tino Reichardt <[email protected]> Closes openzfs#16311
- Loading branch information