Skip to content

Commit

Permalink
Run make build again!
Browse files Browse the repository at this point in the history
  • Loading branch information
teoberi committed May 7, 2024
1 parent 5b3cc9f commit bd872bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checksec
Original file line number Diff line number Diff line change
Expand Up @@ -1611,7 +1611,7 @@ proccheck() {
#check for Fortify source support
search_libc
libc_found="false"
if ${readelf} -d "`readlink ${1}/exe`" 2> /dev/null | grep 'NEEDED' | grep -q 'libc\.so'; then
if ${readelf} -d "$(readlink "${1}"/exe)" 2> /dev/null | grep 'NEEDED' | grep -q 'libc\.so'; then
libc_found="true"
fi
Proc_FS_filechk_func_libc="$(${readelf} -s "${use_dynamic}" "${FS_libc}" 2> /dev/null | sed -ne 's/.*__\(.*_chk\)@@.*/\1/p')"
Expand Down

0 comments on commit bd872bd

Please sign in to comment.