In `src/env.c`, `mrb_string_value_cstr()` should be used instead of `mrb_string_value_ptr()` which may not be NUL terminated. ref: mruby/mruby#2673