summaryrefslogtreecommitdiff
path: root/lib/net
diff options
context:
space:
mode:
author卜部昌平 <[email protected]>2021-11-02 10:38:14 +0900
committer卜部昌平 <[email protected]>2021-11-11 17:14:47 +0900
commit33533fabd54e23bced64a74114ee7786478a6ee7 (patch)
treed41b139963cb69bbe8f673f976b485693a95ddff /lib/net
parent155bc42727a1328b07502fcd1a7b789e2677a09d (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')
0 files changed, 0 insertions, 0 deletions