Skip to content

Commit

Permalink
Added reproducers for Exiv2#73, Exiv2#74 and Exiv2#75 to the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
D4N committed Oct 7, 2017
1 parent 49915c2 commit f61bd1d
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions test/bugfixes-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,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"
Expand Down
Binary file added test/data/005-invalid-mem
Binary file not shown.
Binary file added test/data/008-invalid-mem
Binary file not shown.
Binary file added test/data/02-Invalid-mem-def
Binary file not shown.
Binary file modified test/data/bugfixes-test.out
Binary file not shown.

0 comments on commit f61bd1d

Please sign in to comment.