You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
dvarrazzo
added a commit
to psycopg/psycopg2
that referenced
this issue
Jan 23, 2019
The function
PyLong_FromString
takes an optional pointerpend
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.The text was updated successfully, but these errors were encountered: