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
Fix bug in replica chunk acceptance when filters are used.
If osiris_replica:parse_chunk ended up parsing an chunk iolist where
the first element in the list is exactly 48 bytes (the size of the
osiris chunk header) it would end up crashing the call to
osiris_log:accept_chunk as this assumed the filter data, when included,
would always be in the first list element.
0 commit comments