Maxim Schessler

Results 7 issues of Maxim Schessler

While using Libfuzzers fork mode Jazzers --keep_going is naturally not enough and crashes the fuzzing after a while. Using -ignore_crashes=1 seems to work fine. But both together lead to Jazzer...

Added XPath Sanitizer + simple test case

**Describe the bug** Is parse() supposed to be able to deal with user input ? Currently it throws several unexpected exceptions on malformed input. I would expect xFunc.Maths.ParseException or xFunc.Maths.TokenizeException....

bug
enhancement

As mentioned in the title. Does the client get information about heals of other players ?

Evaluator.Parse() throws unexpected exceptions on malformed input. Example 1: ``` var facade = NoStringEvaluator.CreateFacade(); var evaluator = facade.Evaluator; evaluator.Calc("0(!("); ``` System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and...

bug
question

I'm not sure if there was a special reason to remain on AFL instead of AFL++, but the latter should be better in any metric. It therefore would help to...

- Removed old AFL Patch (I don't see any usage anywhere?) - Removed legacy instructions - add minimization to Libfuzzer instruct - Moved trophies to end of readme (Maybe even...