Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/eal/common/eal_common_options.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ verify_perms(const char *dirpath)

/* if not root, check down one level first */
if (strcmp(dirpath, "/") != 0) {
static __thread char last_dir_checked[PATH_MAX];
static char last_dir_checked[PATH_MAX] = {};
char copy[PATH_MAX];
const char *dir;

Expand Down