• cubicdaiya's avatar
    fix off-by-one error in attrsym · 016d3b93
    cubicdaiya authored
    The allocation size for null-terminated character is lacking.
    In actual, it is no problem in most case
    because codegen_palloc allocates more a memory size than required size.
    016d3b93
codegen.c 68.6 KB