Forked from
redox-os / relibc
1101 commits behind the upstream repository.
-
AdminXVII authored
The sigaction handler called map on an option, creating a pointer to a move value. This in turned caused UB for signal handlers. Avoid using pointers directly, and instead prefer references.
AdminXVII authoredThe sigaction handler called map on an option, creating a pointer to a move value. This in turned caused UB for signal handlers. Avoid using pointers directly, and instead prefer references.
signal.c 538 B