[Libreoffice-bugs] [Bug 136272] Corrupted calc file: invalid number format condition [<= 1.79769313486232E+308 ]
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 4 21:38:52 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=136272
Eike Rathke <erack at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
CC| |erack at redhat.com
Hardware|x86-64 (AMD64) |All
Ever confirmed|0 |1
OS|Windows (All) |All
--- Comment #3 from Eike Rathke <erack at redhat.com> ---
Problem seems to be that 1.79769313486232E+308 is the double max value
1.7976931348623157e+308 rounded to 15 significant digits, which when read in
and converted from string is not representable as a double value, hence does
not form a valid condition.
Though the attached file does not expose a performance problem.
However, the double max value representation needs to be fixed.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20201104/071b90a1/attachment.htm>
More information about the Libreoffice-bugs
mailing list