1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

readlink does not append a null byte to the output string!

This commit is contained in:
Peter Rajnoha 2011-09-24 11:47:53 +00:00
parent d36644c20d
commit e8ee29e9c1

View File

@ -1145,6 +1145,7 @@ int dm_device_has_mounted_fs(uint32_t major, uint32_t minor)
log_sys_error("readlink", sysfs_path);
return 0;
}
temp_path[size] = '\0';
if (!(kernel_dev_name = strrchr(temp_path, '/'))) {
log_error("Could not locate device kernel name in sysfs path %s", temp_path);