mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
Fix segmentation fault.
This commit is contained in:
parent
df6b969a8d
commit
ec655b9f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,7 @@ cdef class Unpacker(object):
|
|||
object object_hook=None, object object_pairs_hook=None, object list_hook=None,
|
||||
encoding=None, unicode_errors='strict', int max_buffer_size=0,
|
||||
):
|
||||
cdef char *cenc, *cerr
|
||||
cdef char *cenc=NULL, *cerr=NULL
|
||||
|
||||
self.file_like = file_like
|
||||
if file_like:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue