Merge pull request #130 from D4N/reproducer-for-54

Added reproducer for #54 / CVE-2017-11592 to the test suite
This commit is contained in:
D4N 2017-10-29 10:50:19 +01:00 committed by GitHub
commit 8a04b7683c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -702,7 +702,7 @@ source ./functions.source
copyTestFile $filename
runTest exiv2 $filename
num=g54
num=g56
printf "$num " >&3
filename=POC9
echo '------>' Bug $filename '<-------' >&2
@ -765,6 +765,13 @@ source ./functions.source
copyTestFile $filename
runTest exiv2 $filename
num=g54
printf "$num " >&3
filename=POC7
echo '------>' Bug $filename '<-------' >&2
copyTestFile $filename
runTest exiv2 $filename
) 3>&1 > $results 2>&1
printf "\n"

BIN
test/data/POC7 Normal file

Binary file not shown.

Binary file not shown.