Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Loic
hbsd-checksec
Commits
ee6f6093
Commit
ee6f6093
authored
Aug 03, 2020
by
David Suarez
Browse files
Fix double quote to prevent globbing and word splitting.
parent
b4b204d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
checksec
View file @
ee6f6093
...
...
@@ -1694,7 +1694,7 @@ chk_file_list () {
echo_message
"
${
CHK_FILE
}
\n
"
",
${
CHK_FILE
}
\n
"
" filename='
${
CHK_FILE
}
'/>
\n
"
" } }"
fi
done
<
${
CHK_FILE_LIST
}
done
<
"
${
CHK_FILE_LIST
}
"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment