Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a fuzz-tester #101

Merged
merged 5 commits into from
Nov 22, 2023
Merged

Add a fuzz-tester #101

merged 5 commits into from
Nov 22, 2023

Commits on Nov 22, 2023

  1. Add a fuzz-tester

    This pull-request, still in-progress, adds a minimal fuzzer to the
    test-suite and patches up some bogus crashes and panics that were
    found almost immediately.  Ouch.
    
    * Division by zero is caught.
    * Issues with the backtick operator were caught.
    * Issues with null-operands were caught
      * Though I kinda feel the parser is at fault here.
    skx committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    d3d973d View commit details
    Browse the repository at this point in the history
  2. New error found. Sigh

    skx committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    9de5688 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c8dc96 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3bd8d9b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    02c2532 View commit details
    Browse the repository at this point in the history