Sha256: e8821413bb80e4d8f839888068b59121171022223dc444e34715622a4d553eea

Contents?: true

Size: 223 Bytes

Versions: 18

Compression:

Stored size: 223 Bytes

Contents

#!/bin/sh

while true ; do
	../tools/fuzzxml -r 0.1 $1 fuzz.xml

	if ../src/lasem-render-0.6 fuzz.xml -o fuzz.png ; then
		echo "Fuzzed file processed correctly"
	else
		echo "Oops ! Crash file detected..."
		exit
	fi
done

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
mathematical-1.6.20 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.18 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.14 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.13 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.12 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.11 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.10 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.9 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.8 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.7 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.6 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.5 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.4 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.3 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.2 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.1 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.6.0 ext/mathematical/lasem/tests/fuzztest.sh
mathematical-1.5.12 ext/mathematical/lasem/tests/fuzztest.sh