Skip to content
GitLab
Explore
Sign in
EventPacker PackedDataBuffer - Handle NULL (empty) buffers better in decoding verification check
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
EventPacker PackedDataBuffer - Handle NULL (empty) buffers better in decoding verification check
Christopher Rob Jones
requested to merge
PackedDataBuffer-handle-null-empty-buffer-checks
into
2025-patches
Nov 18, 2025
Overview
44
Commits
1
Pipelines
5
Changes
3
See
#410
Fixes the assert check criteria to not trigger if the bank is empty (NULL).
Upgrades the assert to a runtime check + exception.
Adds some counters to track Buffer initialisation failures during verification checks, and also when the buffer itself is empty.
FYI
@graven
@msaur
Merge request reports
Loading