Skip to content

Commit

Permalink
Added reproducer for CVE-2017-14865 / Exiv2#134 to the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
D4N committed Oct 29, 2017
1 parent 8a04b76 commit f7a403d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/bugfixes-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,14 @@ source ./functions.source
copyTestFile $filename
runTest exiv2 $filename

num=g134
printf "$num " >&3
filename=004-heap-buffer-over
echo '------>' Bug $filename '<-------' >&2
copyTestFile $filename
runTest exiv2 $filename


) 3>&1 > $results 2>&1

printf "\n"
Expand Down
Binary file added test/data/004-heap-buffer-over
Binary file not shown.

0 comments on commit f7a403d

Please sign in to comment.