Kaydet (Commit) 472bc326 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1158416 Uninitialized pointer field

Change-Id: I5c1b07bd3898e89141fe3c3c8f8b63b81513a97e
üst c4ffca21
......@@ -57,6 +57,8 @@ bool isSpace(char c) {
XmlReader::XmlReader(char const *sStr, size_t nLength)
: fileUrl_("stream")
, fileHandle_(0)
, fileSize_(0)
, fileAddress_(0)
{
namespaceIris_.push_back(Span("http://www.w3.org/XML/1998/namespace"));
namespaces_.push_back(NamespaceData(Span("xml"), NAMESPACE_XML));
......
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