unotools/source/i18n/resmgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 38afbf56f0783d7442e63b58ffae9cf111c04edf Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sun Sep 12 17:14:01 2021 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sun Sep 12 20:30:53 2021 +0200 ofz: workaround more Change-Id: Ic7988757a5adc76335911f89d5de1e5a64ce7056 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/122001 Tested-by: Jenkins Tested-by: Caolán McNamara <caol...@redhat.com> Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/unotools/source/i18n/resmgr.cxx b/unotools/source/i18n/resmgr.cxx index 0d0a62d64b76..ede78900725b 100644 --- a/unotools/source/i18n/resmgr.cxx +++ b/unotools/source/i18n/resmgr.cxx @@ -126,7 +126,7 @@ namespace Translate if (aFind != aCache.end()) return aFind->second; #if defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION) - std::locale aRet(sIdentifier.getStr()); + std::locale aRet; aCache[sUnique] = aRet; return aRet; #else