aboutsummaryrefslogtreecommitdiffstats
path: root/libmount/src/fuzz.c
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2025-01-09 11:13:49 +0100
committerKarel Zak <kzak@redhat.com>2025-01-09 11:13:49 +0100
commitb4ea6459da5767de34fde33c5e2751788203b989 (patch)
tree29e7395055b5181b76700ade205aa6b8f19d9d07 /libmount/src/fuzz.c
parenta5d0e6a87328049ecb8aab01a5d5248cb989f07d (diff)
parente1190d466394fefaa89962b300332813e68bfe6c (diff)
downloadutil-linux-b4ea6459da5767de34fde33c5e2751788203b989.tar.gz
Merge branch 'PR/libmount-statmount' of https://github.com/karelzak/util-linux-work
* 'PR/libmount-statmount' of https://github.com/karelzak/util-linux-work: (40 commits) libmount: map unsupported LISTMOUNT_REVERSE to ENOSYS findmnt: add --id and --uniq-id options findmnt: improve --help output findmnt: improve reliability of match testing libmount: add mnt_table_find_[uniq]_id() function findmnt: add UNIQ-ID column findmnt: add docs for --kernel tests: add findmnt --kernel=listmount libmount: fix mnt_fs_match_target() libmount: improve fs->stmnt_done mask use libmount: improve how library generates fs->optstr findmnt: add --kernel=listmount findmnt: add optional argument to --kernel meson: fix after rebase libmount: remove unnecessary include test_sysinfo; fix fsopen() ifdef libmount: Add integer type headers to private header file libmount: use __unused__ for dummy get_mnt_id() libmount: update tests include/mount-api-utils: fix typo ...
Diffstat (limited to 'libmount/src/fuzz.c')
-rw-r--r--libmount/src/fuzz.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libmount/src/fuzz.c b/libmount/src/fuzz.c
index 2c84714430..f4c0f8ae66 100644
--- a/libmount/src/fuzz.c
+++ b/libmount/src/fuzz.c
@@ -4,7 +4,6 @@
#include <stdlib.h>
#include <stddef.h>
-#include <stdint.h>
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
struct libmnt_table *tb = NULL;