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 pablogsal
Recipients mark.dickinson, pablogsal, remi.lapeyre, rhettinger, xtreak
Date 2019-02-11.15:09:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1549897775.09.0.766200863735.issue35959@roundup.psfhosted.org>
In-reply-to
Content
@Mark

   long x = i_result * b;

is still on the PR but the check for overflow does not use x. I will update the PR to move that line inside the overflow-safe block to prevent UB from happening and affecting the check itself (or the rest of the code).

Thanks for pointing that out!
History
Date User Action Args
2019-02-11 15:09:37pablogsalsetrecipients: + pablogsal, rhettinger, mark.dickinson, remi.lapeyre, xtreak
2019-02-11 15:09:35pablogsalsetmessageid: <1549897775.09.0.766200863735.issue35959@roundup.psfhosted.org>
2019-02-11 15:09:35pablogsallinkissue35959 messages
2019-02-11 15:09:35pablogsalcreate