Skip to content

Fix slice out of bounds crash

cznic requested to merge nikandfor:master into master

Created by: nikandfor

There was crash when we trying to insert element to full data struct at position i=0 when left neighbour data struct was not full

Merge request reports