Project

General

Profile

« Previous | Next » 

Revision f690eb34

Added by nobu (Nobuyoshi Nakada) over 4 years ago

Fixed dangling imemo_tmpbuf

The count of rb_alloc_tmp_buffer_with_count is the allocation size
counted in VALUE size but not in the requested element size.

Co-authored-by: Yusuke Endoh
Co-authored-by: Koichi Sasada