From 99c99e3c7546f98b3d21301e6160772ee9f47fc0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 11 May 2017 17:07:32 +0200 Subject: [PATCH] cid#1403658: Try harder to make Coverity Scan happy Change-Id: I109f95a55875b7795fc366825b3a6bb2e897d676 --- shell/source/backends/localebe/localebackend.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/source/backends/localebe/localebackend.cxx b/shell/source/backends/localebe/localebackend.cxx index 32ab8e63c2bb..d51571071ab4 100644 --- a/shell/source/backends/localebe/localebackend.cxx +++ b/shell/source/backends/localebe/localebackend.cxx @@ -19,6 +19,7 @@ #include +#include #include #include "localebackend.hxx" @@ -194,6 +195,7 @@ static css::beans::Optional ImplGetLocale(char const * category) return {false, {}}; } } + assert(cp >= locale); if (cp - locale > std::numeric_limits::max()) { SAL_INFO("shell", "locale env var content too long"); return {false, {}};