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

revival of must_not_null() #5068

Merged
merged 1 commit into from
Nov 11, 2021
Merged

revival of must_not_null() #5068

merged 1 commit into from
Nov 11, 2021

Commits on Nov 2, 2021

  1. revival of must_not_null()

    Presence of RBIMPL_ATTR_NONNULL let C compilers to eliminate
    must_not_null().  Because null pointers are not allowed to exist there
    are no reason to call the function.  In reality null pointers are still
    passed to those functions in a number of ways.  Runtime check for them
    are definitely nice to have.  fix [Feature#18280]
    shyouhei committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    7aa4b5b View commit details
    Browse the repository at this point in the history