[ruby-cvs:69518] usa:r62337 (trunk): append_str don't look the length of string
usa at ruby-lang.org
usa at ruby-lang.org
Sat Feb 10 00:28:09 JST 2018
usa 2018-02-10 00:28:09 +0900 (Sat, 10 Feb 2018)
New Revision: 62337
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62337
Log:
append_str don't look the length of string
* mjit.c (compile_c_to_so): use append_str2() and pass the length of
so_name. append_str() uses the size of the 2nd argument, not the
length of it.
Modified files:
trunk/mjit.c
More information about the ruby-cvs
mailing list