summaryrefslogtreecommitdiff
path: root/core/fxcrt/fx_xml.h
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@vmiklos.hu>2017-02-25 14:44:57 +0100
committerChromium commit bot <commit-bot@chromium.org>2017-02-26 00:00:45 +0000
commitf2225817ddbe05e2caa751da23c4a6d44c5160bd (patch)
tree86ee9b8c0485198cd84dc9fcdf9e199702045a4f /core/fxcrt/fx_xml.h
parent412fa65331cc04776bf1e3da5f51f29ea0fc7937 (diff)
downloadpdfium-chromium/3024.tar.xz
core: fix two more uninitialized memberschromium/3025chromium/3024
Found by Coverity when scanning the bundled pdfium-3004 in LibreOffice. This fixes: - CID 1400335: Uninitialized members (UNINIT_CTOR) CPDF_DataAvail::m_dwTrailerOffset - CID 1400334: Uninitialized members (UNINIT_CTOR) CXML_Element::m_pParent Change-Id: I42da9a704ad75adf39c510c6ef89eb7a97860ea1 Reviewed-on: https://pdfium-review.googlesource.com/2670 Reviewed-by: Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'core/fxcrt/fx_xml.h')
-rw-r--r--core/fxcrt/fx_xml.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/fxcrt/fx_xml.h b/core/fxcrt/fx_xml.h
index 7f42a7fa9b..38a1b60846 100644
--- a/core/fxcrt/fx_xml.h
+++ b/core/fxcrt/fx_xml.h
@@ -66,8 +66,6 @@ class CXML_Element {
bool bSaveSpaceChars = false,
FX_FILESIZE* pParsedSize = nullptr);
- CXML_Element(const CFX_ByteStringC& qSpace, const CFX_ByteStringC& tagName);
- explicit CXML_Element(const CFX_ByteStringC& qTagName);
CXML_Element();
~CXML_Element();