This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author monocle-ai
Recipients monocle-ai
Date 2020-10-14.13:47:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602683248.52.0.780024334642.issue42034@roundup.psfhosted.org>
In-reply-to
Content
The return value of a function that is potentially used to initialize a local variable is not checked. Therefore, reading the local variable may result in undefined behavior.

Our AI analyzer found that this function is called for a total of 43 times. Out of these 43 times, the return value from the function call is checked at 42 instances. This is the only instance where the code misses to check the return value for success or failure.

Once such correct reference usage found in Python/hamt.c at line 2805 .
History
Date User Action Args
2020-10-14 13:47:28monocle-aisetrecipients: + monocle-ai
2020-10-14 13:47:28monocle-aisetmessageid: <1602683248.52.0.780024334642.issue42034@roundup.psfhosted.org>
2020-10-14 13:47:28monocle-ailinkissue42034 messages
2020-10-14 13:47:27monocle-aicreate