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

use size_t for all memory length variables #675

Merged
merged 2 commits into from
Jan 8, 2024
Merged

Commits on Jan 5, 2024

  1. use size_t for all memory length variables

    This change effects both public API and internal API and variables. It is meant to provide a consistent interface that reduces the amount of casts and increases readability of the code.
    
    Part of cisco#671.
    pabuhler committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    a4f2a7e View commit details
    Browse the repository at this point in the history
  2. update fuzzer to use size_t

    pabuhler committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    af2e047 View commit details
    Browse the repository at this point in the history