You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_event_decoder: fixed corner case that caused double free
When a single event was read and the unpacked record data was copied to
the unpacked group record structure it would cause a double free when
destroying the decoder.
To handle this we need to ensure that the zone pointers in those
instances do not match or otherwise re-initialize one to avoid
performing the spurious free.
Signed-off-by: Leonardo Alminana <[email protected]>
0 commit comments