summaryrefslogtreecommitdiff
path: root/unoxml
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2016-12-06 16:38:31 +0100
committerStephan Bergmann <sbergman@redhat.com>2016-12-06 16:38:31 +0100
commitd752b1682307008d3e08a9f11e50ddc506d5f6ab (patch)
tree0ce1836375c137ef4b5073e32ab240502f3d9731 /unoxml
parentdeaeae4d9571d2a1d4c49fc51435139e7a051f3b (diff)
Remove broken SAL_INFO
Identifier apparently is not null terminated; caused CppunitTest_unoxml_domtest to fail with out-of-bounds read under -fsanitize=address. Change-Id: Id7c6ef6323d41d16b559488604e1c1feb725d608
Diffstat (limited to 'unoxml')
-rw-r--r--unoxml/qa/unit/domtest.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/unoxml/qa/unit/domtest.cxx b/unoxml/qa/unit/domtest.cxx
index f6b940ba65bf..bc7ff57c2234 100644
--- a/unoxml/qa/unit/domtest.cxx
+++ b/unoxml/qa/unit/domtest.cxx
@@ -173,7 +173,6 @@ struct TokenHandler
{
virtual ::sal_Int32 SAL_CALL getTokenFromUTF8( const uno::Sequence< ::sal_Int8 >& Identifier ) throw (uno::RuntimeException) override
{
- SAL_INFO("unoxml", "getTokenFromUTF8() " << reinterpret_cast<const char*>(Identifier.getConstArray()));
return Identifier.getLength() ? Identifier[0] : 0;
}