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

Fixes issue wrong max size in some sized buffer types. #549

Merged
merged 1 commit into from
Sep 30, 2024

Commits on Sep 25, 2024

  1. Fixes issue wrong max size in some sized buffer types.

    Some of the sized buffers had their buffer sizes
    set as numbers. Even though this in some cases
    were the correct numbers they were a little hard
    to determine if they actually followed the size
    specified in the standard. So this PR fixes parallaxsecond#548
    in the main branch by using the the calculations
    specified in the standard for the buffer sizes.
    
    Signed-off-by: Jesper Brynolf <[email protected]>
    Superhepper committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bf24797 View commit details
    Browse the repository at this point in the history