Flavio Toffalini

Results 14 issues of Flavio Toffalini

I found an inconsistent behavior in the `cJSON_AddItemReferenceToObject` API that appears up to commit version `v1.7.17`. As you see in the following example, `cJSON_AddItemReferenceToObject` allows to append a string to...

Hi! I am trying to install pdbparse on a Windows 10 machine, I have python 3.6 installed and I have also installed Visual Studio 2015 with C++ (and C++ programs...

Hi! I noticed this project requires `pywin32`, is there a way to run Hachi on a Linux Machine? Thanks

I noticed that cJSON does not correctly handle objects with circular references (commit `3249730`). For instance, I can have 3 objects that points each other, e.g., A->B->C->A, the function `cJSON_Duplicate`...