sw/source/core/doc/DocumentContentOperationsManager.cxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit a807a1222f2dbe177b9de8420fb95f71291b92af Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Nov 6 20:34:22 2022 +0000 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun Nov 6 21:57:18 2022 +0100 ofz#46864 Stack-overflow an artifact of the fuzzing mode itself from ofz#3004 Timeout rather than a real world issue, undo that Change-Id: I2a31b8fe62e5b5a3cf90d8bb22f84e473026d161 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/142361 Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/sw/source/core/doc/DocumentContentOperationsManager.cxx b/sw/source/core/doc/DocumentContentOperationsManager.cxx index 0e23b4310c49..0416482611d0 100644 --- a/sw/source/core/doc/DocumentContentOperationsManager.cxx +++ b/sw/source/core/doc/DocumentContentOperationsManager.cxx @@ -3527,9 +3527,6 @@ bool DocumentContentOperationsManager::InsertPoolItem( SwRootFrame const*const pLayout, SwTextAttr **ppNewTextAttr) { - if (utl::ConfigManager::IsFuzzing()) - return false; - SwDataChanged aTmp( rRg ); std::unique_ptr<SwUndoAttr> pUndoAttr; if (m_rDoc.GetIDocumentUndoRedo().DoesUndo())