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

Integrate misc commits from #440 #442

Merged
merged 5 commits into from
Sep 11, 2023
Merged

Commits on Sep 11, 2023

  1. Address a couple warnings from scan-build.

    determinise: It's not possible to find a cached result in the hash
    table without allocating a to-set buffer first, so assert that it
    will be non-NULL.
    
    fsm_findmode: This should never be used on a state without edges.
    
    vm/v1.c and vm/v2.c: Free allocated return value on error.
    silentbicycle committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4e9e532 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f481362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0220f1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7bdc70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bb77a8 View commit details
    Browse the repository at this point in the history