]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount: use _exit() in <type> handlers
authorKarel Zak <kzak@redhat.com>
Thu, 29 Jun 2017 10:58:57 +0000 (12:58 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 29 Jun 2017 10:58:57 +0000 (12:58 +0200)
commit41d758f82d2e5e0a3f5c87c58cb3ca4eacc80d9b
treee084d122a9a057c7913fea137d0475267249c161
parent1626ce113e8df280607895401645591b6d48014f
libmount: use _exit() in <type> handlers

The originally used exit() is bad idea for the shared library.

Reported-by: Ruediger Meier <sweet_f_a@gmx.de>
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/context_mount.c
libmount/src/context_umount.c