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
* Fixes crashing bug in FixedQueue.
When there were many noncommit_back() writes, the full() function
would still return that there is open space at the end of the queue.
This would then cause certian append function to overrun the end
of the space.
* fix whitespace
0 commit comments