sal/osl/unx/nlsupport.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 810613e12f33309266489e3e8f23d40cfdf20cb7 Author: Caolán McNamara <[email protected]> AuthorDate: Fri Oct 18 09:17:17 2019 +0100 Commit: Caolán McNamara <[email protected]> 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 <[email protected]> Tested-by: Caolán McNamara <[email protected]> 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); } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
