mirror of
https://github.com/ultrajson/ultrajson.git
synced 2024-11-23 16:42:10 +01:00
Use uint32 for decoding depth counter.
This commit is contained in:
parent
d194048164
commit
6f731e94d1
@ -60,7 +60,7 @@ struct DecoderState
|
||||
wchar_t *escEnd;
|
||||
int escHeap;
|
||||
int lastType;
|
||||
JSUTF16 objDepth;
|
||||
JSUINT32 objDepth;
|
||||
JSONObjectDecoder *dec;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user