Skip to content

Commit 34aaa4e

Browse files
author
fuli
committed
update btree padding content
1 parent a794d8e commit 34aaa4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/btree.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ namespace alg {
497497
x->flag = 0;
498498
memset(x->key, 0, sizeof(x->key));
499499
memset(x->c, 0, sizeof(x->c));
500+
memset(x->padding, 0xcc, sizeof(x->padding));
500501
return x;
501502
}
502503
/**

0 commit comments

Comments
 (0)