• antirez's avatar
    Fix setTypeNext call assuming NULL can be passed. · 66f9393e
    antirez authored
    Segfault introduced during a refactoring / warning suppression a few
    commits away. This particular call assumed that it is safe to pass NULL
    to the object pointer argument when we are sure the set has a given
    encoding. This can't be assumed and is now guaranteed to segfault
    because of the new API of setTypeNext().
    66f9393e
t_set.c 38.9 KB