[libmwaw] 01/01: make CVE-2017-9433.diff apply
Rene Engelhard
rene at moszumanska.debian.org
Wed Jun 7 20:49:53 UTC 2017
This is an automated email from the git hooks/post-receive script.
rene pushed a commit to branch jessie
in repository libmwaw.
commit ea1ee5e5b2b6956acea580a37dcde5c3f37487e2
Author: Rene Engelhard <rene at debian.org>
Date: Wed Jun 7 22:47:45 2017 +0200
make CVE-2017-9433.diff apply
---
debian/changelog | 4 ++--
debian/patches/CVE-2017-9433.diff | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index bcf747a..48e07c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
libmwaw (0.3.1-2+deb8u1) jessie-security; urgency=medium
- * apply upstream patch to fix CVE-2017-9433 (closes: #864366)
+ * backport upstream patch to fix CVE-2017-9433 (closes: #864366)
- -- Rene Engelhard <rene at debian.org> Wed, 07 Jun 2017 21:47:49 +0200
+ -- Rene Engelhard <rene at debian.org> Wed, 07 Jun 2017 22:47:10 +0200
libmwaw (0.3.1-2) unstable; urgency=low
diff --git a/debian/patches/CVE-2017-9433.diff b/debian/patches/CVE-2017-9433.diff
index 518d93c..9910318 100644
--- a/debian/patches/CVE-2017-9433.diff
+++ b/debian/patches/CVE-2017-9433.diff
@@ -4,8 +4,8 @@
int id = fIt++->second;
fPos[1] = fIt==footnoteMap.end() ? m_state->m_eot : fIt->first;
if (id >= int(m_state->m_footnotesList.size()))
-- m_state->m_footnotesList.resize(size_t(id),MWAWVec2l(0,0));
-+ m_state->m_footnotesList.resize(size_t(id)+1,MWAWVec2l(0,0));
+- m_state->m_footnotesList.resize(size_t(id),0);
++ m_state->m_footnotesList.resize(size_t(id)+1,0);
m_state->m_footnotesList[size_t(id)]=fPos;
}
ascii().addDelimiter(input->tell(),'|');
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openoffice/libmwaw.git
More information about the Pkg-openoffice-commits
mailing list