• antirez's avatar
    sdssplitargs(): now returns NULL only on error. · a6f55765
    antirez authored
    An empty input string also resulted into the function returning NULL
    making it harder for the caller to distinguish between error and empty
    string without checking the original input string length.
    a6f55765
sds.c 21.9 KB