Kaydet (Commit) 99c99e3c authored tarafından Stephan Bergmann's avatar Stephan Bergmann

cid#1403658: Try harder to make Coverity Scan happy

Change-Id: I109f95a55875b7795fc366825b3a6bb2e897d676
üst 06fb2eb7
......@@ -19,6 +19,7 @@
#include <sal/config.h>
#include <cassert>
#include <limits>
#include "localebackend.hxx"
......@@ -194,6 +195,7 @@ static css::beans::Optional<css::uno::Any> ImplGetLocale(char const * category)
return {false, {}};
}
}
assert(cp >= locale);
if (cp - locale > std::numeric_limits<sal_Int32>::max()) {
SAL_INFO("shell", "locale env var content too long");
return {false, {}};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment