From b4ff0e5fd8e94155cfcb0ab9f9d0ee590f9bee7c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 6 Oct 2023 16:18:47 +0100 Subject: ofz#63032 urp stack too deep MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I13496c629e48128e3d916f3033394392bca3524c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157656 Tested-by: Jenkins Reviewed-by: Caolán McNamara --- include/svtools/parrtf.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/svtools') diff --git a/include/svtools/parrtf.hxx b/include/svtools/parrtf.hxx index 136026f56990..980b83c9cbfe 100644 --- a/include/svtools/parrtf.hxx +++ b/include/svtools/parrtf.hxx @@ -37,6 +37,7 @@ class SVT_DLLPUBLIC SvRTFParser : public SvParser { std::stack< RtfParserState_Impl > aParserStates; int nOpenBrackets; + int nUPRLevel; rtl_TextEncoding eCodeSet; sal_uInt8 nUCharOverread; -- cgit