From 29bfa76ed02a6e13330caa8f74385d48eca2ff58 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sun, 7 Jul 2019 18:04:53 +0200 Subject: Fix: always initialize gensquashfs defaults option Signed-off-by: David Oberhollenzer --- mkfs/options.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mkfs/options.c b/mkfs/options.c index 78c6a88..25f7453 100644 --- a/mkfs/options.c +++ b/mkfs/options.c @@ -125,6 +125,7 @@ void process_command_line(options_t *opt, int argc, char **argv) opt->outfile = NULL; opt->selinux = NULL; opt->comp_extra = NULL; + opt->fs_defaults = NULL; for (;;) { i = getopt_long(argc, argv, short_opts, long_opts, NULL); -- cgit v1.2.3