util-linux/libmount/src
Karel Zak adcd2c322c misc: use everywhere mkstemp_cloexec() as fallback to mkostemp()
The function mkostemp() does not have to be available everywhere,
and for this reason, we have mkstemp_cloexec() as a fallback solution.
Unfortunately, some codes (usually fuzzy tests) do not use the
fallback. Let's fix it.

Signed-off-by: Karel Zak <kzak@redhat.com>
2022-02-07 11:10:03 +01:00
..
.gitignore build-sys: cleanup .gitignore files 2012-06-26 20:50:54 +02:00
Makemodule.am build-sys: remove with-cryptsetup from tools/config-gen.d/all.conf 2021-05-31 17:44:10 +02:00
btrfs.c libmount: cleanup licenses sections in the files 2018-08-16 15:43:53 +02:00
cache.c docs: reword others "allow to" 2020-07-14 14:31:29 +02:00
context.c libmount: (--all) continue although /proc is not mounted 2021-11-18 13:07:59 +01:00
context_loopdev.c mount: Fix race in loop device reuse code 2022-01-25 17:10:46 +01:00
context_mount.c libmount: (--all) continue although /proc is not mounted 2021-11-18 13:07:59 +01:00
context_umount.c libmount: fix UID check for FUSE umount [CVE-2021-3995] 2022-01-24 12:05:16 +01:00
context_veritydev.c lib/path: use flags for fstatat() 2021-10-06 11:01:54 +02:00
fs.c libmount: remove support for deleted mount table entries 2022-01-04 10:37:55 +01:00
fuzz.c mount_fuzz: reject giant files early 2021-10-30 18:25:02 +00:00
init.c libmount: add support for verity devices via libcryptsetup 2019-12-05 10:39:21 +00:00
iter.c libmount: cleanup licenses sections in the files 2018-08-16 15:43:53 +02:00
libmount.h.in libmount: remove support for deleted mount table entries 2022-01-04 10:37:55 +01:00
libmount.sym libmount: remove support for deleted mount table entries 2022-01-04 10:37:55 +01:00
lock.c libmount: assert() is enough [lgtm scan] 2021-08-02 10:58:56 +02:00
monitor.c [clang-tidy] do not use else after return 2020-04-20 13:20:59 -07:00
mountP.h mount: Allow bind-mounting with "nosymfollow" 2022-01-26 21:30:04 +01:00
optmap.c verity: add support for corruption action flag 2021-07-11 18:12:06 +01:00
optstr.c libmount: fix UID check for FUSE umount [CVE-2021-3995] 2022-01-24 12:05:16 +01:00
tab.c libmount: make mnt_table_get_fs_root() more robust [gcc-analyzer] 2021-08-18 11:02:45 +02:00
tab_diff.c [clang-tidy] fix wrong *cmp usage 2020-04-20 13:21:00 -07:00
tab_parse.c libmount: remove support for deleted mount table entries 2022-01-04 10:37:55 +01:00
tab_update.c libmount: cleanup licenses sections in the files 2018-08-16 15:43:53 +02:00
test.c libmount: cleanup licenses sections in the files 2018-08-16 15:43:53 +02:00
utils.c misc: use everywhere mkstemp_cloexec() as fallback to mkostemp() 2022-02-07 11:10:03 +01:00
version.c libmount: add verity to mount -V output 2019-12-05 14:57:29 +01:00