@ -116,7 +116,7 @@ static unsigned int zipmapDecodeLength(unsigned char *p) {
unsigned int len = *p;
if (len < ZIPMAP_BIGLEN) return len;
memcpy(&len,p,sizeof(unsigned int));
memcpy(&len,p+1,sizeof(unsigned int));
return len;
}
The note is not visible to the blocked user.