kyufie
kyufie
### Problem description Valgrind refused to work and printed an assertion error. However, for some binaries, Valgrind reported a different error. ### What steps will reproduce the bug? Using a...
This commit adds the ability for `libusb` to access connected USB devices through file descriptor given by `termux-usb -E`, extending its usability for non-root users. In the presence of `TERMUX_USB_FD`,...
## What it's all about Right now, `termux-exec` only wraps `execve`. `env` however, uses `execvp` to execute external programs. https://github.com/coreutils/coreutils/blob/a94a551ee031e0ff07d707f867cb08a8be83e78c/src/env.c#L921 The man for `exec(3)` does say that: > The exec()...