Skip to content
Snippets Groups Projects
Commit 5776008c authored by Matthew Pickering's avatar Matthew Pickering Committed by Marge Bot
Browse files

eventlog: Fix off-by-one error in postIPE

We were missing the extra_comma from the calculation of the size of the
payload of postIPE. This was causing assertion failures when the event
would overflow the buffer by one byte, as ensureRoomForVariable event
would report there was enough space for `n` bytes but then we would
write `n + 1` bytes into the buffer.

Fixes #24287
parent 5077416e
No related merge requests found
Pipeline #88763 canceled
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment