Skip to content

Commit

Permalink
tests: reactivate ubsan for crypt format
Browse files Browse the repository at this point in the history
It appears that the recent fixes applied have fixed the issue we were
experiencing. To be sure, I need to find an old run that failed and run
it again using the latest upstream bleeding code.

Signed-off-by: Claudio André <[email protected]>
  • Loading branch information
claudioandre-br committed Jun 5, 2024
1 parent 4a011ca commit 5bc591b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ if [[ "$SANITIZER" == "address" ]]; then
cp ../run/john "$OUT"/

echo "------------------ Disable problematic formats -------------------"
echo '[Local:Disabled:Formats]' >>../run/john-local.conf
echo 'crypt = Y' >>../run/john-local.conf

{
echo '[Local:Disabled:Formats]'
} >>../run/john-local.conf
echo "-------------------------- ASAN fuzzing --------------------------"
echo "$ JtR ASAN --test=0"
../run/john --test=0
Expand Down

0 comments on commit 5bc591b

Please sign in to comment.