Jacob Taylor-Hindle
Results
2
issues of
Jacob Taylor-Hindle
The following warning is produced when running fuzzyc2cpg on the project `input` folder: `Using deprecated CPG format with METHOD_INST nodes.` Update the CPG generator to use the latest CPG format.
The following piece of code is parsed as water: ```c int arr[5] = { [0] = 12, [1] = 34, }; ``` The grammar does not currently support designated initialisers....