jsfuzz
jsfuzz copied to clipboard
coverage guided fuzz testing for javascript
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.3. Changelog Sourced from y18n's changelog. 4.0.3 (2021-04-07) Bug Fixes release: 4.x.x should not enforce Node 10 (#126) (1e21a53) 4.0.1 (2020-11-30) Bug Fixes address prototype...
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.3.6 to 0.4.0. Release notes Sourced from jpeg-js's releases. v0.4.0 v0.4.0 (2020-04-23) feat: add memory and resolution limits (135705b) feat: expose exif buffers (#47) (d3e272a), closes #47...
Bumps [decompress](https://github.com/kevva/decompress) from 4.2.0 to 4.2.1. Release notes Sourced from decompress's releases. v4.2.1 Prevent directory traversal (#73) 967146e https://github.com/kevva/decompress/compare/v4.2.0...v4.2.1 Commits 84a8c10 4.2.1 fafff47 Meta tweaks 967146e Prevent directory traversal (#73)...
Bumps [bl](https://github.com/rvagg/bl) from 1.2.2 to 1.2.3. Commits d69edfd 1.2.3 847473a test all branches 0bd87ec Fix unintialized memory access dc097f3 test newer versions of Node See full diff in compare view...
Just added a simple time counter for measuring the time range from the last new path found moment. It`s is useful in my work.
I encountered a core dump while fuzzing that traces back to jsfuzz's `versifier.js:413` ``` [6242:0x34faa20] 18540 ms: Mark-sweep 1291.7 (1426.7) -> 1291.7 (1427.2) MB, 15.0 / 0.0 ms (average mu...