Skip to content

Commit

Permalink
linux: initialize options variable
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
  • Loading branch information
giuseppe committed Feb 6, 2024
1 parent 31b08fc commit fdb41c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcrun/linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -4020,7 +4020,7 @@ maybe_get_idmapped_mount (runtime_spec_schema_config_schema *def, runtime_spec_s
cleanup_close int fd = -1;
const char *idmap_option;
bool recursive = false;
const char *options;
const char *options = NULL;
char proc_path[64];
bool has_mappings;
int ret;
Expand Down

0 comments on commit fdb41c3

Please sign in to comment.