Gary Kwong [:gkw]

Results 72 comments of Gary Kwong [:gkw]

Seems to WFM for both @choller and me for now. Let's wait for #452 to get fixed first (since their errors are the same - UnicodeDecodeError) and see if this...

I had tested the downloaded js binaries lightly (even support for downloaded js binaries is half-baked at best), but not the -asan ones. Needs more poking, the error on ulimit...

The ulimit issue for ASan binaries has been fixed in rev 5ab50e4ea86e96efae6af4ce6e3c2aadf5a341a6. Does this still occur?

Not only that, the harness does not submit as long as something subsequent was found. Ideally, if a subsequent iteration finds a bug that has a lower Q-score, it should...

Ref: https://github.com/MozillaSecurity/funfuzz/blob/6378ca3c46f9760082a6070f654b54a45422e1fc/src/funfuzz/js/js_interesting.py#L132 ``` if match[0] is not None: create_collector.printMatchingSignature(match) lev = JS_FINE ```

We can run this command `python3 -m EC2Reporter --report "TESTING" || true` and the Status Data portion on EC2SpotManager will be updated. Alternatively, we can call in the EC2Reporter library...

... where login credentials refer to using an API key for logging in.

I'm not sure what's going on there. However, can you try following the steps in these videos ([part 1](https://www.youtube.com/watch?v=iW6RZywYX8Q&feature=youtu.be) and [part 2](https://www.youtube.com/watch?v=3ypcBO8U5Gc&feature=youtu.be)) and see if you can reproduce your issues?...

It's going to be non-trivial, though possible. * `repos_update` only works on Mozilla's Mercurial repositories * `compile_shell` needs to be replaced with something that works with the v8 shell *...

During the London meetup, I also mentioned to :bbouvier about jsfunfuzz (incl. the gen-asm.js part) - we might also need to start testing WebAssembly at some point. Our current coverage...