From 885e6064f05b6e8360cc020872d4696afeb15305 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 7 Oct 2019 09:49:31 +0100 Subject: cid#1448512 silence bogus Out-of-bounds access MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I6febe3d48fc9018b373a940d88d2afeefad7502c Reviewed-on: https://gerrit.libreoffice.org/80355 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sal/osl/unx/nlsupport.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sal/osl') diff --git a/sal/osl/unx/nlsupport.cxx b/sal/osl/unx/nlsupport.cxx index 9be260b6dd03..76c4cedb2000 100644 --- a/sal/osl/unx/nlsupport.cxx +++ b/sal/osl/unx/nlsupport.cxx @@ -639,6 +639,7 @@ void imp_getProcessLocale( rtl_Locale ** ppLocale ) } } } + // coverity[overrun-buffer-arg: FALSE] - coverity gets this very wrong *ppLocale = parse_locale(locale); } -- cgit