seatd/seatd-launch
Simon Ser 3a843745c2 seatd-launch: don't use gotos in child processes
While forked (child pid is zero), don't use gotos. These will
execute atexit functions and potentially mess up the stdlib.
Instead, use _exit.
2021-08-06 22:27:42 +02:00
..
seatd-launch.c seatd-launch: don't use gotos in child processes 2021-08-06 22:27:42 +02:00