sw/source/filter/html/swhtml.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 00df1cd5d663216cf59465d3c6c23dafd0de6f81 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Sep 5 20:43:29 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Fri Sep 6 10:08:45 2019 +0200 ofz#15225 Timeout cut out uninteresting slow path Change-Id: Ia9c1187891e4bf5515417b2e5ffc093ef2335af3 Reviewed-on: https://gerrit.libreoffice.org/78674 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> diff --git a/sw/source/filter/html/swhtml.cxx b/sw/source/filter/html/swhtml.cxx index 0584da04d08b..535a2373a823 100644 --- a/sw/source/filter/html/swhtml.cxx +++ b/sw/source/filter/html/swhtml.cxx @@ -857,7 +857,7 @@ void SwHTMLParser::Continue( HtmlTokenId nToken ) } // adjust AutoLoad in DocumentProperties - if( IsNewDoc() ) + if (!utl::ConfigManager::IsFuzzing() && IsNewDoc()) { SwDocShell *pDocShell(m_xDoc->GetDocShell()); OSL_ENSURE(pDocShell, "no SwDocShell"); _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits