diff options
author | Paul Holzinger <pholzing@redhat.com> | 2025-02-05 14:00:42 +0100 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2025-02-05 15:19:19 +0100 |
commit | a9d63f91a59a4c02cd77af41fa70d82e73f17576 (patch) | |
tree | 5e1915c8d80dea7cc145561c6d6e3666f67c2eae /passt.1 | |
parent | d0006fa784a7de881db187756770d2492c75df5d (diff) | |
download | passt-a9d63f91a59a4c02cd77af41fa70d82e73f17576.tar passt-a9d63f91a59a4c02cd77af41fa70d82e73f17576.tar.gz passt-a9d63f91a59a4c02cd77af41fa70d82e73f17576.tar.bz2 passt-a9d63f91a59a4c02cd77af41fa70d82e73f17576.tar.lz passt-a9d63f91a59a4c02cd77af41fa70d82e73f17576.tar.xz passt-a9d63f91a59a4c02cd77af41fa70d82e73f17576.tar.zst passt-a9d63f91a59a4c02cd77af41fa70d82e73f17576.zip |
passt-repair: use _exit() over return
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 <pholzing@redhat.com>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'passt.1')
0 files changed, 0 insertions, 0 deletions