ofz#24932 Timeout
still too slow, halve limit Change-Id: I4a3f1ae7e6d86c8fb1b6d67f1e382a436df45bc0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/136089 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
parent
9a48563e33
commit
65c0ac79a5
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ SvxRTFItemStackType* SvxRTFParser::GetAttrSet_()
|
|||
|
||||
aAttrStack.push_back( std::move(xNew) );
|
||||
|
||||
if (aAttrStack.size() > 256 && utl::ConfigManager::IsFuzzing())
|
||||
if (aAttrStack.size() > 128 && utl::ConfigManager::IsFuzzing())
|
||||
throw std::range_error("ecStackOverflow");
|
||||
|
||||
bNewGroup = false;
|
||||
|
|
Loading…
Reference in a new issue