oid.c
8.63 KB
-
Bugfix: Return NULL in push_leaf, when trie is full · 52f537e9
os->full was set 1, but the overflowed idx_leaf was still used to index into os->nodes a little later. Returning NULL fixes that.
Axel Wagner committed
os->full was set 1, but the overflowed idx_leaf was still used to index into os->nodes a little later. Returning NULL fixes that.