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

Cleanup #278

Merged
merged 4 commits into from
Jan 8, 2024
Merged

Cleanup #278

merged 4 commits into from
Jan 8, 2024

Commits on Jan 8, 2024

  1. Use overflow safe binary search computation

    Make a good example.
    cgzones committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    95fac8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e7fe2d View commit details
    Browse the repository at this point in the history
  3. Constify read-only variables

    cgzones committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    dfa796e View commit details
    Browse the repository at this point in the history
  4. Drop unreachable OOM branches

    Since commit 40faacb ("Check memory allocation") memory allocations use
    a wrapper that checks internally for OOM.  Remove the unreachable
    branches at caller sites.
    cgzones committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    be83114 View commit details
    Browse the repository at this point in the history