Calcor

Results 2 issues of Calcor

I got a segment fault occasionally when call nfs_opendir function. I'm using the 2.0.0 release version. This is the gdb output: (gdb) bt #0 0x00007ffff7db0b74 in nfs_opendir_cb () from /usr/lib/libnfs.so.11...

parse_string may access invalid memory address. Here is the poc code: ```c #include #include #include #include int main(int argc, char *argv[]) { char json_str[] = "{\"name\":\"james\",\"age\":20,"; int str_len = strlen(json_str);...