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 martin.panter
Recipients BreamoreBoy, Jeffrey.Walton, martin.panter, serhiy.storchaka, vstinner
Date 2016-07-28.08:07:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469693271.58.0.582970017472.issue20947@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding the warning in Modules/_posixsubprocess.c, I don’t see any problem. I’m not sure exactly what it is warning about. Maybe if the cur pointer ever gets _before_ the start of hex_errno, that could be a problem, but the loop should stop when it reaches the start.

The warnings in Modules/sha512module.c refer to the first line of the sha512_transform() function. I cannot see any pointer comparisons in that function. The closest is pointer and array indexing, but it all seems to be in order.

I propose to ignore these warnings.
History
Date User Action Args
2016-07-28 08:07:51martin.pantersetrecipients: + martin.panter, vstinner, BreamoreBoy, serhiy.storchaka, Jeffrey.Walton
2016-07-28 08:07:51martin.pantersetmessageid: <1469693271.58.0.582970017472.issue20947@psf.upfronthosting.co.za>
2016-07-28 08:07:51martin.panterlinkissue20947 messages
2016-07-28 08:07:51martin.pantercreate