Matteo Rizzo
Matteo Rizzo
#81 has been merged and igmpproxy can now run as an unprivileged user. It would be great if you could tag a new release so that distros pick up this...
### Zig Version 0.11.0-dev.1929+4ea2f441d ### Steps to Reproduce and Observed Behavior The following code causes infinite recursion in the Zig compiler which causes it to run out of stack space...
I'm running a Matrix server (Synapse) with Caddy in front of it as reverse proxy. Synapse is single-threaded and the only way to handle requests on multiple cores is to...
https://github.com/klange/toaruos/blob/master/kernel/sys/ptrace.c#L289 PTRACE_SETREGS copies the value of eflags from userspace with no checks. This lets the tracer change the tracee's IOPL in the the tracee's EFLAGS. When IOPL=3 the tracee can...