[Libreoffice-bugs] [Bug 140528] Crash in: swlo.dll In "Save As" dialog in "Tools -Chapter Numbering", when switching from Numbering to Position tab
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Fri Feb 26 18:45:57 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=140528
--- Comment #13 from Noel Grandin <noelgrandin at gmail.com> ---
caolan, this is because of
commit e5ecb998fd78137aec32ad2cc996eaa4bb3e499d
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Dec 5 09:52:43 2016 +0000
avoid coverity#1371269 Missing move assignment operator
where previously we overwrite (in memory) an existing SwNumRule, we now
allocate a fresh one - which is a problem because we hand a pointer to this
object to other tabs, which results in them having a stale pointer.
--
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/20210226/0a18b175/attachment.htm>
More information about the Libreoffice-bugs
mailing list