Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Richard ChapmanRichard ChapmanReporter
Richard ChapmanRichard ChapmanPriority
Not specifiedFix versions
Pull Request URL
Details
Details
Components
Assignee
Richard Chapman
Richard ChapmanReporter
Richard Chapman
Richard ChapmanPriority
Fix versions
Pull Request URL
Created July 2, 2020 at 8:56 AM
Updated July 2, 2020 at 12:56 PM
Resolved July 2, 2020 at 12:56 PM
Running unittests in debug mode compiled with Clang, I get a core because of undefined behaviour in nbcd.cpp:
-> 1054 while (digits[hi] == 0 && hi >= lo)
hi is -1, lo is 0. Should the && operands be reversed?