mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 10:37:35 +03:00
Fix memleak in cmd/mount_zfs.c
Convert dynamic allocation to static buffer, simplify parse_dataset function return path. Add tests specific to the mount helper. Reviewed-by: Mateusz Guzik <mjguzik@gmail.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Sterling Jensen <sterlingjensen@users.noreply.github.com> Closes #11098
This commit is contained in:
committed by
Brian Behlendorf
parent
d33cbbbf93
commit
c00bb5f4ea
@@ -184,6 +184,7 @@ export ZFS_FILES='zdb
|
||||
arc_summary
|
||||
arcstat
|
||||
dbufstat
|
||||
mount.zfs
|
||||
zed
|
||||
zgenhostid
|
||||
zstream
|
||||
|
||||
Reference in New Issue
Block a user