Ron Nazarov
Results
2
issues of
Ron Nazarov
**Describe the bug** When you create a tunnel with a name containing spaces and with the kernel module backend enabled, you can't disable the tunnel again. **Smartphone (please complete the...
``` c /* Read the result */ char *res = malloc(256); size_t len = read(pipefd[0], res, 256); /* Trim the newline */ len--; res[len] = 0; close(pipefd[0]); if (str_has_prefix(res, "inode/"))...