-
Notifications
You must be signed in to change notification settings - Fork 37
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
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, I suggest this line to be removed as I can't find any references to functions in stdio.h in this commit. I assume this was accidentally commited :3