mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 13:04:22 +00:00
If called with an autoloaded encoding that was not yet initialized, `rb_enc_interned_str` would crash with a NULL pointer exception. See: https://github.com/ruby/ruby/pull/4119#issuecomment-800189841