New Defects reported by Coverity Scan for LibreOffice
Kohei Yoshida
kohei at libreoffice.org
Wed Feb 1 01:37:17 UTC 2023
On 28.01.2023 13:45, Caolán McNamara wrote:
> `On Sat, 2023-01-28 at 12:33 -0500, Kohei Yoshida wrote:
>> I've filed a ticket upstream:
>>
>> https://gitlab.com/mdds/mdds/-/issues/82
>>
>> I can look into this and figure out what is the optimal way to solve
>> it.
>
> FWIW this will disappear from the next libreoffice coverity run because
> I typically patch it with try {} catch (...) { std::terminate(); } to
> ignore warnings from "externals", but on upgrade I temporarily lost
> that. It will however still appear in mdds's own separate coverity
> results, which I refreshed yesterday.
I just borrowed your solution and called it "resolved", though I
believe, even without that explicit try catch block, it would just
terminate all the same?
There may be a better way to handle this. But I'll wait until there is a
need.
Kohei
More information about the LibreOffice
mailing list