• unknown's avatar
    In binary log events, flags are 2 bytes, not 4. Using 4 resulted in buffer... · 4ecf5111
    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 :( ).
    4ecf5111
log_event.cc 126 KB