this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix LLDB not working directly

+3
+3
src/kernel/emulation/linux/vchroot_userspace.c
··· 171 171 172 172 const char* input_path = args->path; 173 173 174 + if (*input_path == '\0') 175 + return -LINUX_ENOENT; 176 + 174 177 if (*input_path != '/') 175 178 { 176 179 char buf[50];