Commit Graph

8 Commits

Author SHA1 Message Date
Dmitry Volyntsev 102d75aafb
Fixed njs fuzzer build. (#7217)
* [njs] Reverting --debug=YES introduced in c16cf5a2.

As it changed reproducibility of existing issues.

* [njs] Build pcre2 dependency manually and enable MSan.

* [njs] Fixed seed corpus gathering after test/module directory was removed.
2022-01-31 19:42:38 +00:00
Dmitry Volyntsev 9fc819841f
[njs] Build pcre2 dependency manually and enable MSan. (#6830) 2021-11-15 23:24:48 +00:00
Dmitry Volyntsev 625b231f23 [njs] Reverting --debug=YES introduced in c16cf5a2. (#3053)
As it changed reproducibility of existing issues.
2019-11-20 09:25:02 -08:00
Dmitry Volyntsev c16cf5a2a7 [njs] Moving fuzzing target upstream. (#3047) 2019-11-19 12:57:28 -08:00
Max Moroz c58e524b8d
[njs] Fix the build failure and extend the seed corpus. (#2648) 2019-08-01 16:03:49 -07:00
Max Moroz 755518f802 [njs] Fix coverage build and exclude pcre sources from coverage report (#2481). 2019-06-06 07:44:27 -07:00
Max Moroz 2317c8aacb
[njs] Build pcre dependency manually and enable MSan (#2481). (#2484) 2019-06-03 09:06:53 -07:00
Max Moroz 230751d78e
[njs] Add nginx/njs project and njs_process_script_fuzzer. (#2481)
* [njs] Add nginx/njs project and njs_process_script_fuzzer.

* Add copyright, disable logging, disable leaks detection.

* fix memory leaks

* use $LIB_FUZZING_ENGINE

* list myself as a primary contact for now

* enable all sanitizers
2019-05-31 16:59:45 -07:00