-
Notifications
You must be signed in to change notification settings - Fork 7.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert gmp overflow #16934
Revert gmp overflow #16934
Conversation
cc @Girgias is there any other need to revert a commit ? keeping as place holder for now. |
See #16870 (comment). I still don't think we should revert. |
I keep as draft atm anyway. |
fair enough, once @Girgias validate the list of commits to revert, I ll proceed. Best we can, eventually, is to document the behavior ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the NEWS remark, LGTM.
NEWS
Outdated
- GMP: | ||
. Fixed floating point exception bug with gmp_pow when using | ||
large exposant values. (David Carlier). | ||
. Fixed bug GH-16411 (gmp_export() can cause overflow). (cmb) | ||
. Fixed bug GH-16501 (gmp_random_bits() can cause overflow). | ||
(David Carlier) | ||
. Fixed gmp_pow() overflow bug with large base/exponents. | ||
(David Carlier) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we should edit the NEWS file for prior entries, better to leave them and add new NEWS entries.
Merged with 45140e5 |
No description provided.