diff options
-rw-r--r-- | src/sds.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -206,7 +206,6 @@ void sdsIncrLen(sds s, int incr) { assert(sh->len >= (unsigned int)(-incr)); sh->len += incr; sh->free -= incr; - assert(sh->free >= 0); s[sh->len] = '\0'; } |