We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a09885 commit 9934103Copy full SHA for 9934103
1 file changed
msgpack/unpack_template.h
@@ -82,7 +82,7 @@ static inline int unpack_execute(unpack_context* ctx, const char* data, Py_ssize
82
83
const unsigned char* p = (unsigned char*)data + *off;
84
const unsigned char* const pe = (unsigned char*)data + len;
85
- const void* n = NULL;
+ const void* n = p;
86
87
unsigned int trail = ctx->trail;
88
unsigned int cs = ctx->cs;
0 commit comments