Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit fixes a potential future memory error. It can't be currently tested in production because the memmove overwrites a "spare" slot that isn't used during the rebalance operation. But without this fix, if at some point in the future the spare slots are no longer located immediately after the child nodes then a heap-buffer-overflow would have happen.
- Loading branch information