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

buffer: fix ptr handling #62

Merged
merged 1 commit into from
May 7, 2024
Merged

buffer: fix ptr handling #62

merged 1 commit into from
May 7, 2024

Commits on May 7, 2024

  1. buffer: fix creeping nulls

    This happened in the CI and on the most recent rust compiler on my system in in
    debug mode. Previously a lot of .is_null()'s were distributed over the code
    this commit cleans this up and by-chance fixed whatever bug in the code flow
    was occurring in this case.
    Johannes Wünsche committed May 7, 2024
    Configuration menu
    Copy the full SHA
    147e7f0 View commit details
    Browse the repository at this point in the history