"vscode:/vscode.git/clone" did not exist on "8fadebfcca0d514fd6949eaa72599ab5e163bd4c"
Fix invalid use of sdsZmallocSize on an embedded string
sdsZmallocSize assumes a dynamically allocated SDS. When given a string object created by createEmbeddedStringObject, it calls zmalloc_size on a pointer that isn't the one returned by zmalloc
Please register or sign in to comment