]> git.proxmox.com Git - mirror_zfs.git/commit
Fix zdb crash
authorIgor K <igor@dilos.org>
Tue, 19 Feb 2019 19:15:22 +0000 (22:15 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 19 Feb 2019 19:15:22 +0000 (11:15 -0800)
commit790c880e8c175424144f8d21c2355f8be1654be4
treed14292ce4ffdff473fd855c1bfca515765e9cb27
parent435637d1ed9ad8c6e521786f343c5ade7ce552c4
Fix zdb crash

We have to use umem_free() instead of free() if we are using
umem_zalloc()

Reviewed-by: Olaf Faaland <faaland1@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Igor Kozhukhov <igor@dilos.org>
Closes #8402
lib/libzpool/util.c