Comment 2 for bug 301624

Revision history for this message
Luca Falavigna (dktrkranz) wrote :

Offending code is in comp/backend.c, strcpy function:

    outbin(&opexit, sizeof(INT8)); /* generate op_ret at the end */
    strcpy(hdr.version, &version); /* set the version */
    hdr.offset[0] = ftell(s_bin); /* here the strings start */