diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index 3c01add7..f19fc618 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -758,6 +758,13 @@ source ./functions.source copyTestFile $filename runTest exiv2 $filename + num=g76 + printf "$num " >&3 + filename=010_bad_free + echo '------>' Bug $filename '<-------' >&2 + copyTestFile $filename + runTest exiv2 $filename + ) 3>&1 > $results 2>&1 printf "\n" diff --git a/test/data/010_bad_free b/test/data/010_bad_free new file mode 100644 index 00000000..ec683fba Binary files /dev/null and b/test/data/010_bad_free differ