Tyson Smith

Results 25 comments of Tyson Smith

FWIW in my case I will call `.decode("utf-8", errors="ignore")` on the data before passing it to FM. In the testcase (a zipfile) I will include the full stderr, stdout and...

If we implement this it will absolutely require us to address issue #190 first.

What exactly is missing? I can add this info to the crash report but FFPuppet manually updates ASAN_OPTIONS (https://github.com/MozillaSecurity/ffpuppet/blob/master/ffpuppet/helpers.py#L229) so it won't be accurate.

@jbowler can you please provide me with a contact email to use with oss-fuzz?

Thanks! :) Also @jbowler @ctruta which address should be listed as primary contact?

@farre Thanks for the suggestion, I'd be happy to look into adding support.

Two things to note: 1) A test case created by Grizzly does not depend on Grizzly. It should work as expected if run from a local web server and the...

what is the gdb stack trace for thread 118672: ``` (gdb) bt #0 0x00007f7f6e8db4ef in MOZ_AssertAssignmentTest (exprResult=true) at /builds/worker/workspace/obj-build/dist/include/mozilla/StaticAnalysisFunctions.h:59 #1 0x00007f7f6e9112f3 in js::gc::IsInsideNursery (cell=0x21f011074740) at /builds/worker/workspace/obj-build/dist/include/js/HeapAPI.h:597 #2 0x00007f7f7badeac5 in js::gc::Cell::isTenured...

**Can you re-record that, and if you do, does it still fail to replay?** Yes I was able to re-record with the (latest rr commit) and replay successfully.

No this is a different test, different machine, different rr build.