5 Feb
2025
5 Feb
'25
3:44 p.m.
On Wed, 5 Feb 2025 14:00:42 +0100
Paul Holzinger
When returning from main it does the same as calling exit() which is not good as glibc might try to call futex() which will be blocked by seccomp. See the prevoius commit "treewide: use _exit() over exit()" for a more detailed explanation.
Signed-off-by: Paul Holzinger
Applied. -- Stefano