Commit Graph

14 Commits

Author SHA1 Message Date
DavidKorczynski 6082915205
apache-httpd: remove old patching logic (#6848) 2021-11-18 11:40:06 +00:00
ylavic 4978312d61
apache-httpd/fuzz_utils: Fix warnings and passed-in values. (#6826)
* apache-httpd/fuzz_utils: Fix warnings and passed-in values.

* apache-httpd/fuzz_utils: always get non-const (modified) bytes from the fuzzer.
2021-11-15 23:22:37 +00:00
DavidKorczynski 9901fd462b
apache-httpd: build pcre to avoid what seems to be false positives in leaks (#6820) 2021-11-12 22:05:12 +00:00
DavidKorczynski c1a8e33d66
binutils: fix build by updating patch to mainstream (#6816) 2021-11-12 15:46:25 +00:00
ylavic a3d624e068
apr_pool_initialize() pairs with apr_pool_terminate(), using apr_terminate() causes leaks. (#6806) 2021-11-09 22:31:40 +00:00
DavidKorczynski bceca1fb17
apache-httpd: fix build (#6626) 2021-10-21 13:26:50 +01:00
DavidKorczynski 40ea163e00
apache-httpd: make patches inline. (#6349) 2021-08-29 21:51:13 +01:00
DavidKorczynski 5fa56976f4
apache-httpd: fix patch for hitting assert. (#6320) 2021-08-26 20:03:14 +00:00
DavidKorczynski dbf359cf9f
apache-httpd: add preq parser fuzzer. (#6287)
* apache-httpd: preq parser fuzzer.

* apache-httpd: fix styling.
2021-08-24 14:27:56 +00:00
DavidKorczynski cc9e3fa64c
apache-httpd: add request fuzzer. (#6282) 2021-08-23 20:05:34 +00:00
DavidKorczynski 7cfeef419d
apache-httpd: update contact (#6223) 2021-08-16 09:57:55 +00:00
DavidKorczynski b9369041cc
apache-httpd: fix str size issue. (#6176) 2021-08-06 11:45:49 +01:00
DavidKorczynski 3c43288e55
apache-httpd: new fuzzers and more targets. (#6166) 2021-08-04 21:39:43 +01:00
DavidKorczynski 3b4dfa5add
apache-httpd: initial integration (#6044)
* apache-httpd: initial integration with PoC fuzzers.

* updated project with apache emails and added more fuzzing. More to come

* use trunks of apache projects.

* fix build.

* updated build to enable pool debugging.
2021-07-31 10:33:18 +01:00