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: Fix a linear space calculation bug in BipartiteBuf
This fixes a bug where the linear space until the end of the buffer was
not calculated correctly.
In debug builds, an assert would trigger however for release there could
be data corruption.
0 commit comments