Gary Kwong [:gkw]

Results 82 issues of Gary Kwong [:gkw]

``` * ERROR: media-gfx/noteshrink-0.1.1::jorgicio failed (depend phase): * No supported implementation in PYTHON_COMPAT. * * Call stack: * ebuild.sh, line 609: Called source '/var/db/repos/jorgicio/media-gfx/noteshrink/noteshrink-0.1.1.ebuild' * noteshrink-0.1.1.ebuild, line 8: Called inherit...

Here's a bunch of cleanups. * #125 gets fixed here, removing all globals * 2 ride-alongs * `detect_malloc_errors` gets removed with its functions simplified and inlined * `knownPath` (from the...

See [Bugzilla bug 1330593](https://bugzilla.mozilla.org/show_bug.cgi?id=1330593).

https://codecov.io/gh/MozillaSecurity/funfuzz/tree/fc65f088360f62dcd5383f6f7437e4bb112057be has the `src/funfuzz` directory present. https://codecov.io/gh/MozillaSecurity/funfuzz/tree/878c363ed530d392df4909c4c65fc4776f86d967 causes the `src/funfuzz` directory to disappear, however, there is nothing in the changeset that seemed to cause this to happen.

bug

When the harness/fuzzers are running properly, we should report some sort of status to EC2Reporter. Probably: * Platform detection * Harness is running * Which fuzzer is running * How...

enhancement

Currently (circa 0.6.x branch release), "Inspect Code" results show >500 warnings and >500 weak warnings. We'll need to look into this to see what's going on.

enhancement

Since we use jsfunfuzz now only for shell-specific testing, the browser-related code in `printImportant` can be removed, along with `testStuffForAWhile` function in `driver.js`.

bug

Currently, we instantiate a EC2 VM off a script via Laniakea, see [this as an example](https://github.com/MozillaSecurity/laniakea/blob/e23cfea77d3e3f8bc6fb25f315686fa4acff383f/laniakea/userdata/ec2/funfuzz.sh). We could consider moving off this to be based off a [FuzzOS one](https://github.com/MozillaSecurity/fuzzos) instead.

enhancement

``` Rev b75561ff5ffe: Finished downloading. Traceback (most recent call last): File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) File "/home/ubuntu/.local/lib/python3.6/site-packages/funfuzz/autobisectjs/__main__.py", line 13,...

bug