Merge pull request #142 from D4N/reproducers_138_139_140
Added reproducers #138, #139 and #140
This commit is contained in:
commit
df504d2e82
@ -800,6 +800,27 @@ source ./functions.source
|
||||
copyTestFile $filename
|
||||
runTest exiv2 $filename
|
||||
|
||||
num=g138
|
||||
printf "$num " >&3
|
||||
filename=007-heap-buffer-over
|
||||
echo '------>' Bug $filename '<-------' >&2
|
||||
copyTestFile $filename
|
||||
runTest exiv2 $filename
|
||||
|
||||
num=g139
|
||||
printf "$num " >&3
|
||||
filename=009-stack-over
|
||||
echo '------>' Bug $filename '<-------' >&2
|
||||
copyTestFile $filename
|
||||
runTest exiv2 $filename
|
||||
|
||||
num=g140
|
||||
printf "$num " >&3
|
||||
filename=006-heap-buffer-over
|
||||
echo '------>' Bug $filename '<-------' >&2
|
||||
copyTestFile $filename
|
||||
runTest exiv2 $filename
|
||||
|
||||
) 3>&1 > $results 2>&1
|
||||
|
||||
printf "\n"
|
||||
|
||||
BIN
test/data/006-heap-buffer-over
Normal file
BIN
test/data/006-heap-buffer-over
Normal file
Binary file not shown.
BIN
test/data/007-heap-buffer-over
Normal file
BIN
test/data/007-heap-buffer-over
Normal file
Binary file not shown.
BIN
test/data/009-stack-over
Normal file
BIN
test/data/009-stack-over
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user