Hi,

In message "[ruby-talk:6370] Possible bug in rb_str_cat() function"
    on 00/11/15, "John Small" <jsmall / laser.net> writes:

|I think I found a bug in
|
|    rb_str_cat(VALUE self, const char * src, long length)

rb_str_cat() used to have a bug for the case of concatenating a string
after itself.  Could you show me the error reproducing chunk of your
program?

							matz.