summaryrefslogtreecommitdiff
path: root/AUTHORS
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 /AUTHORS
parent412fa65331cc04776bf1e3da5f51f29ea0fc7937 (diff)
downloadpdfium-f2225817ddbe05e2caa751da23c4a6d44c5160bd.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 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 17a0c601de..6c2a295990 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -27,6 +27,7 @@ Lei Zhang <thestig@chromium.org>
Lucas Nihlen <luken@chromium.org>
Matt Giuca <mgiuca@chromium.org>
Michael Doppler <m.doppler@gmail.com>
+Miklos Vajna <vmiklos@vmiklos.hu>
Nico Weber <thakis@chromium.org>
Peter Kasting <pkasting@chromium.org>
Raymes Khoury <raymes@chromium.org>