Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/php-fuzzing-sapi

PHP Fuzzing SAPI
https://github.com/php/php-fuzzing-sapi

More file_handle fixes

6eb6b264e5e7a131578c7a869ea1b744d733035e authored over 5 years ago by Stanislav Malyshev <[email protected]>
Fix parser fuzzer

3ca606e0eb33fe5c9a19b258e797f95db3ed24bc authored over 5 years ago by Stanislav Malyshev <[email protected]>
Update parser for recent changes in file handle structure.

a87f4c425e904ac16d1815cc0defa7db1c5aa015 authored over 5 years ago by Stanislav Malyshev <[email protected]>
fix permissions

aa37421fd95c8d209a10a0bb966295d994c34893 authored over 5 years ago by Stanislav Malyshev <[email protected]>
Add more tests

956ef01fd4cb185db16f404c97d38ff2f48a8a4f authored over 5 years ago by Stanislav Malyshev <[email protected]>
fixed typo

ee35851b0ea7e6c96223017a600d2854d270297e authored over 5 years ago by kazusuke sasezaki <[email protected]>
master branch removes all TSRMLS_* macros, add compat layer to support that

5d1913acdc52b4d553b57a4cd6a0c7555bd1a233 authored over 5 years ago by Stanislav Malyshev <[email protected]>
Switch to PHP License 3.01

48d6a8b40d598781517ba943e6923469fdf3bd03 authored almost 6 years ago by Johannes Schlüter <[email protected]>
Fix README

92288aabec9609c38ac6a2caf226e9d9b269f5e6 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Limit execution time by 20 secs.

OSS-Fuzz has 25 second run limit.
Realistic production configs would have this limit. And if som...

c9cde90e789e6ec400de38e3084ba37cffbd9f91 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Update README

f90a310a96eed06da2f930f2d981eb5cf47d94f3 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Add rpath provision

b51268e8a9dfe43e50a50c13d30e891978fbbd20 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Use call_user_function - it's simpler

13e0061f7ec0d3ef0e0f1c95d510ffc304302bda authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Use better test for enabling extensions

f134133bf2270a0ef717e79d35cdc52f78e15237 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Add mb_regex fuzzer.

Also refactor callers code a bit and disable LSAN.

850d1aaa7b4cf2fecb39451cb79bec8fa53c7cd0 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Disable Zend MM for fuzzing

Ideally, we'd test it in both modes, but until then I think
it makes more sense to test in non-Z...

30103cfdce2f07ec629b04d8cdd1d2547407471f authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Generalize build configs

Eventually I hope to learn enough autoconf magic to reduce
the boilerplate even more.

69ffaf2606df66b33a522ce4f9757551c93a29d0 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
I don't think this file is doing anything useful

caa9bfbd8ec9bdcd6fa21a627d86eb2666ff14f5 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Fix option

77738818481cc20ece3b8c2f68207dc7eade7fbc authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Update README

8c21042711fff042034481c514b023ebac37ac26 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Add EXIF fuzzer

6c46692bbd93b17bddbc54d526368181adc1ed45 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Fix regular build

8e5e991e8f72db50e52e6636d3028ed27830c286 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Fix condition

2b1e2df207cb07fd01a7a5ee8448e4f71aff6222 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Update build options

094a4334e6508481789bde6c10a67581923aa833 authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Add dictionary and corpus for JSON

f13b3de7116fdb5b6a9d33f043f558003107f09d authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Support both -lFuzzer and OSS-Fuzz

046640debd71e943d55ac1eaa40e4a157e09764d authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Fix README

1fec0cd083c60bf9422acaca6cb564ce2f66fe6b authored almost 6 years ago by Stanislav Malyshev <[email protected]>
Add code from October 2017

eda5369b5015c353615ced975c0d109e7dc64f2e authored about 6 years ago by Johannes Schlüter <[email protected]>