Re: [JS-internals] Let's crowdsource JS shell flag combinations for fuzzing

2018-05-15 Thread Nicolas B. Pierron
On Tuesday, May 15, 2018 at 2:42:16 PM UTC, Benjamin Bouvier wrote: > let's add a text file containing a > list of interesting JS shell flag combinations so that our fuzzing people > can parse this file and automatically pick random combinations from it. One question, should these combinations of

[JS-internals] Let's crowdsource JS shell flag combinations for fuzzing

2018-05-15 Thread Benjamin Bouvier
See bug 1461689 for a full description and rationale. TL;DR: let's add a text file containing a list of interesting JS shell flag combinations so that our fuzzing people can parse this file and automatically pick random combinations from it. P