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.15:21:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602688870.73.0.257118876464.issue42036@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 flagged it to be a potential bug as it found another usage of the function in the codebase where the return value of the function was checked for success/failure before using it’s parameters.
History
Date User Action Args
2020-10-14 15:21:10monocle-aisetrecipients: + monocle-ai
2020-10-14 15:21:10monocle-aisetmessageid: <1602688870.73.0.257118876464.issue42036@roundup.psfhosted.org>
2020-10-14 15:21:10monocle-ailinkissue42036 messages
2020-10-14 15:21:10monocle-aicreate