• Horimoto Yasuhiro's avatar
    Fix heap buffer overflow when dump irep · df13d418
    Horimoto Yasuhiro authored
    Currently, the size of writing in heap by write_irep_record() is
    bigger than The size that is calculated by get_irep_record_size.
    
    Therefore, irep is dumped over the size of allocating memory when we
    execute dump_irep().
    df13d418
dump.c 28.9 KB