gcc-python-plugin
gcc-python-plugin copied to clipboard
PyLong_FromString not considered initializing end pointer
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.