-
Notifications
You must be signed in to change notification settings - Fork 115
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
undefined-behavior /include/boost/multiprecision/cpp_int/import_export.hpp #556
Comments
What version of boost are you using? The docs link is 1.80, and there was a fix applied in 1.81. On current develop with GCC-13.1.1 on Fedora 38 I can not replicate the UBSAN error with the linked example. |
@mborland Thanks for the quick reply. |
Hi @Wayonb I'm going through our Multiprecision issues. Do you have an updated report for this? Is the issue still present/known/active? |
@ckormanyos I will close until we have time to update. Thanks. |
While running our unit tests with UndefinedBehaviorSanitizer, we hit an error condition. The error did not seems to be related to our code so I took first example and it reproduce the same error.
https://www.boost.org/doc/libs/1_80_0/libs/multiprecision/doc/html/boost_multiprecision/tut/import_export.html#boost_multiprecision.tut.import_export.examples
Is this is a known issue or am I missing something?
The text was updated successfully, but these errors were encountered: