mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 12:34:21 +00:00
Many functions in string.c assume that capa + termlen to be readable memory. Add comment in header to communicate this to extension authors. See also: comment in str_fill_term()