add SDS_NOINIT option to sdsnewlen to avoid unnecessary memsets.

this commit also contains small bugfix in rdbLoadLzfStringObject
a bug that currently has no implications.
This commit is contained in:
oranagra
2017-02-23 03:04:08 -08:00
parent 95883313b5
commit f86df924b0
6 changed files with 19 additions and 11 deletions

View File

@ -34,6 +34,7 @@
#define __SDS_H
#define SDS_MAX_PREALLOC (1024*1024)
const char *SDS_NOINIT;
#include <sys/types.h>
#include <stdarg.h>