mirror of
https://github.com/ruby/ruby.git
synced 2026-08-16 02:15:57 +08:00
* ext/openssl/ossl_asn1.c (Init_ossl_asn1): prefer `rb_gc_register_mark_object`, which is better for constant objects, over `rb_gc_register_address` for global/static variables which can be re-assigned at runtime. [Bug #16196]