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