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

Added reproducer for #54 / CVE-2017-11592 to the test suite
v0.27.3
D4N 8 years ago committed by GitHub
commit 8a04b7683c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save