• unknown's avatar
    In binary log events, flags are 2 bytes, not 4. Using 4 resulted in buffer... · c2bc847c
    unknown authored
    In binary log events, flags are 2 bytes, not 4. Using 4 resulted in buffer overflow (and on a certain build it resulted in overwriting another part of the event without crashing :( ).
    
    
    sql/log_event.cc:
      flags are 2 bytes, not 4. Using 4 resulted in buffer overflow (and on a certain build it resulted in overwriting another part of the event without crashing :( ).
    c2bc847c
log_event.cc 126 KB