Commit 52f537e9c540fe5492ee6008153ab4db50c4091e

Axel Wagner 2013-05-22T02:04:12

Bugfix: Return NULL in push_leaf, when trie is full 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.