Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDEV-35665 Potential Buffer Overrun in Gtid_log_event::write()
Two-Phase ALTER added a sa_seq_no field, but `Gtid_log_event::write()`'s size calculation doesn't have an addend in its name. This patch resizes the buffer to match `write()`'s code.
- Loading branch information