Nikita Popov
|
f1aff654be
|
Use php stream in exif fuzzer
This has the main benefit that we don't go through the
realpath cache, which will cause leak checking to be
disabled.
|
2019-10-10 12:33:15 +02:00 |
|
Nikita Popov
|
872a759f88
|
Limit input size in exif fuzzer
Probably still too much...
|
2019-10-01 18:29:23 +02:00 |
|
Nikita Popov
|
15761ef359
|
Pass mode to open() in exif fuzzer
Funny how despite all those sanitizers running, nothing ever
caught this...
|
2019-09-30 18:23:47 +02:00 |
|
Gabriel Caruso
|
5d6e923d46
|
Remove mention of PHP major version in Copyright headers
Closes GH-4732.
|
2019-09-25 14:51:43 +02:00 |
|
Nikita Popov
|
c4e2ca607f
|
Various improvements to fuzzer SAPIs
|
2019-09-16 16:04:10 +02:00 |
|
Stanislav Malyshev
|
41f45647f9
|
Add fuzzer SAPIs to the core
|
2019-09-16 16:04:09 +02:00 |
|