]> git.proxmox.com Git - grub2.git/commit
* util/getroot.c (grub_util_get_dm_node_linear_info): Fix memory leak.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 29 Jan 2012 20:49:44 +0000 (21:49 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 29 Jan 2012 20:49:44 +0000 (21:49 +0100)
commit63fe43f3c3d3907c10acee68ffef4e8abb21021b
treea0170bb637d31e051be85689fe8584e59afab27c
parentebe2c96154948d271a5c74a024629a8f64f3c12b
* util/getroot.c (grub_util_get_dm_node_linear_info): Fix memory leak.
* grub-core/disk/cryptodisk.c (cryptodisk_cleanup): Disable for
now to avoid double free.
* grub-core/kern/emu/hostdisk.c (grub_util_biosdisk_dev): Rename to
hostdisk.
* include/grub/disk.h (grub_disk_dev_id): New id HOSTDISK.
* util/grub-probe.c (escape_of_path): Always return a new copy.
(print_full_name): Escape path.
(probe): Don't call grub_util_devname_to_ofpath on NULL.
Fix hints on abstractions.
ChangeLog
grub-core/disk/cryptodisk.c
grub-core/kern/emu/hostdisk.c
include/grub/disk.h
util/getroot.c
util/grub-probe.c