Infinite loop in String#index with binary data when MRB_UTF8_STRING is enabled · Issue #6143 · mruby/mruby

I've encountered an issue where enabling the MRB_UTF8_STRING flag leads to an infinite loop when using the String#index method on a string containing binary data. Steps to Reproduce The issue can b...