• Luis Soares's avatar
    BUG#52202: mysqlbinlog_row* fail in daily-trunk on Sol10 x86_64 · 748cdc4e
    Luis Soares authored
               debug_max
    
    There was a buffer overrun when unpacking the date
    field. Incidentaly, this seems to affect only solaris x86_64
    debug builds, but others platforms may be vulnerable as well.
    
    In particular, the buffer size used was not taking into
    consideration that the '\0' character would be written into
    it.
    
    We fix this by increasing the size of the buffer used to
    accommodate one extra byte (the one for the '\0').
    748cdc4e
log_event.cc 308 KB