[Libreoffice-commits] core.git: sal/osl
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Oct 18 10:40:14 UTC 2019
sal/osl/unx/nlsupport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 810613e12f33309266489e3e8f23d40cfdf20cb7
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Oct 18 09:17:17 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Oct 18 12:39:00 2019 +0200
cid#1448512 silence Out-of-bounds access
Change-Id: I3e5efb9be471814b5dabf501feb93a65e9b5bcd3
Reviewed-on: https://gerrit.libreoffice.org/81022
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sal/osl/unx/nlsupport.cxx b/sal/osl/unx/nlsupport.cxx
index 76c4cedb2000..a4c7c807c201 100644
--- a/sal/osl/unx/nlsupport.cxx
+++ b/sal/osl/unx/nlsupport.cxx
@@ -639,7 +639,7 @@ void imp_getProcessLocale( rtl_Locale ** ppLocale )
}
}
}
- // coverity[overrun-buffer-arg: FALSE] - coverity gets this very wrong
+ // coverity[overrun-buffer-val : FALSE] - coverity gets this very wrong
*ppLocale = parse_locale(locale);
}
More information about the Libreoffice-commits
mailing list