- Nov 12, 2023
-
-
Jacob Lorentzon authored
-
- Aug 12, 2019
-
-
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.
-
- Aug 11, 2019
-
-
AdminXVII authored
-
- Feb 22, 2019
-
-
Nagy Tibor authored
-
- Feb 21, 2019
-
-
Nagy Tibor authored
-
Nagy Tibor authored
This will allow us to redefine the exit function. For example: ``` #define exit(code) { \ fprintf(stderr, "%s:%d: exit(%s) in function ‘%s’\n", __FILE__, __LINE__, #code, __func__); \ _exit(code); \ } ```
-
- Feb 20, 2019
-
-
Nagy Tibor authored
-
Nagy Tibor authored
-
- Jul 29, 2018
-
- Jul 22, 2018
-