~aleteoryx/muditaos

2c4dd15023dea3c4ca522e2084c9a5c0c07dcf96 — Wiktor S. Ovalle Correa 5 years ago 73ff175
[EGD-5927] Redirect access to '/lib' in emulator

Sanitizer was trying to access libraries after all objects
got deleted and hung in a nested bug state.
1 files changed, 1 insertions(+), 0 deletions(-)

M board/linux/libiosyscalls/src/iosyscalls.cpp
M board/linux/libiosyscalls/src/iosyscalls.cpp => board/linux/libiosyscalls/src/iosyscalls.cpp +1 -0
@@ 21,6 21,7 @@ namespace

    constexpr const char *LINUX_PATHS[]{"/dev/",
                                        "/etc/",
                                        "/lib",
                                        "/usr/share",
                                        "/run/user",
                                        "/home",