[Libreoffice-bugs] [Bug 120703] Bugs found by PVS-Studio static analyzer
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Nov 4 13:38:20 UTC 2018
https://bugs.documentfoundation.org/show_bug.cgi?id=120703
--- Comment #92 from Mike Kaganski <mikekaganski at hotmail.com> ---
Seems that PVS emits FPs when sees something like this:
> boost::optional< sal_Int16 > aBoundColumn(boost::none);
> ... (something optionally resetting the optional)
> if (!aBoundColumn)
like if it thinks that initializing it with boost::none makes it initialized
optional.
--
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/20181104/e38bddc3/attachment-0001.html>
More information about the Libreoffice-bugs
mailing list