Uh oh!
There was an error while loading. Please reload this page.
Adds a fuzzer for LoadEnvironment - #34844
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
Aug 21, 2020
Uh oh!
There was an error while loading. Please reload this page.
DavidKorczynski
commented
Sep 28, 2020
I was wondering if there is something in the PR I can help with in order to get this merged in? |
mhdawson
commented
Oct 8, 2020
@DavidKorczynski just looks like somebody needs to land it. Have requested a new CI and will try to remember to do it tomorrow. |
nodejs-github-bot
commented
Oct 8, 2020
mhdawson
commented
Oct 9, 2020
There was a failure in CI run but looks like an issue that has been reported before: #34730 |
DavidKorczynski
commented
Oct 9, 2020
The code in this PR is self-contained in that it doesn't influence other aspects of NodeJS except for the fuzzer itself. And the fuzzer is not run in automated tests but only by way of https://github.com/google/oss-fuzz |
Link to rebuild on OSX: https://ci.nodejs.org/job/node-test-pull-request/33493/ |
nodejs-github-bot
commented
Oct 9, 2020
mhdawson
commented
Oct 9, 2020
New CI was good. Landing |
DavidKorczynski
commented
Oct 9, 2020
Thanks a lot @mhdawson |
mhdawson
commented
Oct 9, 2020
Landed as de7a1ab |
Refs: nodejs#34761 Refs: nodejs#33724 PR-URL: nodejs#34844 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
Adds a new fuzzer to run under OSS-Fuzz. The main function that this fuzzer targets is
node::LoadEnvironment.The fuzzer is inspired by the
cctesttest case.Cross-reference: #34761
Checklist