mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +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;
|
||||
guint64 mapped_file_inode;
|
||||
|
||||
if (path[0] == 0)
|
||||
continue;
|
||||
|
||||
if (in_flatpak || in_podman)
|
||||
path = container_path = access_path_from_container (path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user