Added reproducers for #73, #74 and #75 to the test suite

v0.27.3
Dan Čermák 8 years ago
parent c686843e20
commit de298b8e5d

@ -737,6 +737,27 @@ source ./functions.source
copyTestFile $filename
runTest exiv2 $filename
num=g73
printf "$num " >&3
filename=02-Invalid-mem-def
echo '------>' Bug $filename '<-------' >&2
copyTestFile $filename
runTest exiv2 $filename
num=g74
printf "$num " >&3
filename=005-invalid-mem
echo '------>' Bug $filename '<-------' >&2
copyTestFile $filename
runTest exiv2 $filename
num=g75
printf "$num " >&3
filename=008-invalid-mem
echo '------>' Bug $filename '<-------' >&2
copyTestFile $filename
runTest exiv2 $filename
) 3>&1 > $results 2>&1
printf "\n"

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.
Loading…
Cancel
Save