jkuhlmann / cgltf

:diamond_shape_with_a_dot_inside: Single-file glTF 2.0 loader and writer written in C99
MIT License
1.44k stars 136 forks source link

jsmn support for 2GB+ files (fix #197) #199

Closed pixeljetstream closed 1 year ago

pixeljetstream commented 1 year ago

(still limited to INT_MAX number of tokens)

pixeljetstream commented 1 year ago

hm not quite sure how to handle the test failure, welcome for help.

first I had also unified the various int size to size_t size when (tok->end - tok->start) was involved but that didn't help either.

maybe it is the fact that token counters were not upgraded to 64-bit as well? Although then we are back to the invasive change.