mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
libsysprof: ignore empty paths
This commit is contained in:
@ -474,6 +474,9 @@ sysprof_elf_loader_load (SysprofElfLoader *self,
|
|||||||
const char *debug_link;
|
const char *debug_link;
|
||||||
guint64 mapped_file_inode;
|
guint64 mapped_file_inode;
|
||||||
|
|
||||||
|
if (path[0] == 0)
|
||||||
|
continue;
|
||||||
|
|
||||||
if (in_flatpak || in_podman)
|
if (in_flatpak || in_podman)
|
||||||
path = container_path = access_path_from_container (path);
|
path = container_path = access_path_from_container (path);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user