Skip to content

Commit

Permalink
Update proccheck.sh (fix typo)
Browse files Browse the repository at this point in the history
Fortify fixing typo
  • Loading branch information
teoberi authored Apr 27, 2024
1 parent ec535a9 commit e7244eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/proccheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ proccheck() {
fi
fi

#check for forifty source support
#check for Fortify source support
Proc_FS_functions="$(${readelf} -s "${1}/exe" 2> /dev/null | awk '{ print $8 }' | sed 's/_*//' | sed -e 's/@.*//')"
if grep -q '_chk$' <<< "$Proc_FS_functions"; then
echo_message '\033[32mYes\033[m' 'Yes' " fortify_source='yes'>" '"fortify_source":"yes" }'
Expand Down

0 comments on commit e7244eb

Please sign in to comment.