gcc-python-plugin icon indicating copy to clipboard operation
gcc-python-plugin copied to clipboard

PyLong_FromString not considered initializing end pointer

Open dvarrazzo opened this issue 6 years ago • 0 comments

The function PyLong_FromString takes an optional pointer pend and returns a pointer to the unparsed part of the string. This is not considered and results in false positives, e.g. in this function.

dvarrazzo avatar Jan 23 '19 09:01 dvarrazzo