Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | [php] Enable memory sanitizer (#3141) | Nikita Popov | 2019-12-17 |
| | |||
* | [php] Disable object-size sanitizer (#3128) | Nikita Popov | 2019-12-14 |
| | | | | | | PHP uses a union which is only allocated to the size of the used union member, which is apparently incompatible with the object-size sanitizer. This is really hard for us to fix, so instead disable the sanitizer. | ||
* | [php] Enable i386 architecture (#2899) | Nikita Popov | 2019-09-29 |
| | |||
* | [php] Enable fuzzer for parser (#2883) | Nikita Popov | 2019-09-24 |
| | |||
* | [php] Enable unserialize fuzzer (#2871) | Nikita Popov | 2019-09-20 |
| | | | | | | | | * [php] Enable leak detection * [php] Enable unserialize fuzzer * [php] Pass -n$(proc) to make | ||
* | Switch email address to use gmail (#2842) | Nikita Popov | 2019-09-18 |
| | | | Switch auto_ccs entry to my gmail address, as authentication in the bug tracker does not work otherwise. | ||
* | fuzzer has been merged into upstream repo, no need to check out extra repo ↵ | Stanislav Malyshev | 2019-09-17 |
| | | | | anymore (#2839) | ||
* | Add Nikita Popov to CC addresses for PHP issues (#2840) | Stanislav Malyshev | 2019-09-17 |
| | |||
* | Fix PHP build - needs PIC flag now (#2821) | Stanislav Malyshev | 2019-09-10 |
| | |||
* | [php] Enable undefined sanitizer configuration (#1984). (#2535) | Max Moroz | 2019-06-21 |
| | |||
* | Fix build - option got renamed to --without-libxml (#2338) | Stanislav Malyshev | 2019-04-20 |
| | |||
* | Use libonig5 - this will enable mbstring regex limits (#2282) | Stanislav Malyshev | 2019-04-01 |
| | |||
* | Fuzzer moved to official php repo (#2239) | Stanislav Malyshev | 2019-03-13 |
| | |||
* | Add mbstring fuzzer for PHP (#2233) | Stanislav Malyshev | 2019-03-13 |
| | |||
* | Also enable exif fuzzer (#2215) | Stanislav Malyshev | 2019-03-09 |
| | |||
* | [php] Disable UBSan for now (related to #2202). | Max Moroz | 2019-03-05 |
| | |||
* | [php] Remove experimental flag and specify ASan and UBSan only. | Max Moroz | 2019-03-05 |
| | |||
* | [php] Add files to run php fuzz (#2202) | Stanislav Malyshev | 2019-03-05 |
So far only one fuzzer active - json one. More to come. |