jiffe
Results
1
issues of
jiffe
I am trying to parse some code which includes libxml2 and it seems to fail on ``` typedef void *(__attribute__((alloc_size(1))) *xmlMallocFunc)(long unsigned int size); xmlMallocFunc mallocFunc; ``` If I take...