-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Get fuzz shell once per fuzz target * Handle errors explicitly in fuzz targets * Extract argument escaping/quoting out of invocation Should make for easier overall reading and aligns all fuzz targets with the style of `exec.test.cjs`. * Test both sync and callback versions of explicitly Since, per [1], it's not actually guaranteed these work the same. * Remove multiple argument versions of checks I do not believe these currently provide significant value. They don't seem to test anything special about multiple arguments. Plus the method by which these convert the buffer into multiple args leaves a lot to be desired. An upside is that fuzzing should become more efficient as less cycles are wasted on testing something with little to no value. -- 1. nodejs/node#43333
- Loading branch information
1 parent
68ebdf5
commit 15c805b
Showing
4 changed files
with
188 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.