mirror of
https://github.com/ruby/ruby.git
synced 2026-01-26 20:19:19 +00:00
The documentation for `rb_enc_interned_str_cstr` notes that `enc` can be a null pointer, but this currently causes a segmentation fault when trying to autoload the encoding. This commit fixes the issue by checking for NULL before calling `rb_enc_autoload`.