diff options
author | 卜部昌平 <[email protected]> | 2021-11-02 10:38:14 +0900 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2021-11-11 17:14:47 +0900 |
commit | 33533fabd54e23bced64a74114ee7786478a6ee7 (patch) | |
tree | d41b139963cb69bbe8f673f976b485693a95ddff /lib/net/http/generic_request.rb | |
parent | 155bc42727a1328b07502fcd1a7b789e2677a09d (diff) |
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]
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5068
Diffstat (limited to 'lib/net/http/generic_request.rb')
0 files changed, 0 insertions, 0 deletions