• Show log

    Commit

  • Hash : 52f537e9
    Author : Axel Wagner
    Date : 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.