Skip to content
  • Takashi Kokubun's avatar
    548c7cb9
    merge revision(s) 7e4b1f8e: [Backport #20322] · 548c7cb9
    Takashi Kokubun authored
    	[Bug #20322] Fix rb_enc_interned_str_cstr null encoding
    
    	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`.
    548c7cb9
    merge revision(s) 7e4b1f8e: [Backport #20322]
    Takashi Kokubun authored
    	[Bug #20322] Fix rb_enc_interned_str_cstr null encoding
    
    	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`.
Loading