NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
bin/51886: [PATCH] tests/lib/libpthread/t_fork: use _exit instead of exit
>Number: 51886
>Category: bin
>Synopsis: [PATCH] tests/lib/libpthread/t_fork: use _exit instead of exit
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: bin-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Jan 15 20:45:00 +0000 2017
>Originator: Ngie Cooper
>Release: 7.0.2
>Organization:
>Environment:
n/a
>Description:
exit(3) flushes file descriptors which can have some unintended side effects with open file descriptors from atf/kyua, so it's best to use _exit instead.
>How-To-Repeat:
>Fix:
Home |
Main Index |
Thread Index |
Old Index