[libmwaw] 04/05: remove CVE-2017-9433.diff; upstream
Rene Engelhard
rene at moszumanska.debian.org
Mon Jul 17 17:17:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
rene pushed a commit to branch master
in repository libmwaw.
commit 29104ec23947e6aecd374780442e41b86b83b609
Author: Rene Engelhard <rene at debian.org>
Date: Mon Jul 17 19:07:48 2017 +0200
remove CVE-2017-9433.diff; upstream
---
debian/patches/CVE-2017-9433.diff | 11 -----------
debian/patches/series | 1 -
2 files changed, 12 deletions(-)
diff --git a/debian/patches/CVE-2017-9433.diff b/debian/patches/CVE-2017-9433.diff
deleted file mode 100644
index 518d93c..0000000
--- a/debian/patches/CVE-2017-9433.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/lib/MsWrd1Parser.cxx
-+++ b/src/lib/MsWrd1Parser.cxx
-@@ -902,7 +902,7 @@
- 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[size_t(id)]=fPos;
- }
- ascii().addDelimiter(input->tell(),'|');
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index e7cd88d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-CVE-2017-9433.diff
--
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