[med-svn] [odil] 03/04: Remove patch applied upstream

Julien Lamy lamy-guest at moszumanska.debian.org
Fri Jul 8 16:22:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

lamy-guest pushed a commit to branch master
in repository odil.

commit 82fd01c8093c20e1c1a7045bc71dccab979eda34
Author: Julien Lamy <lamy at unistra.fr>
Date:   Fri Jul 8 18:06:30 2016 +0200

    Remove patch applied upstream
---
 debian/patches/series          |  1 -
 debian/patches/writer-ds.patch | 20 --------------------
 2 files changed, 21 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
index 689c9db..8f508cf 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 cli-import-path.patch
 sort-cmake-filelists.patch
-writer-ds.patch
diff --git a/debian/patches/writer-ds.patch b/debian/patches/writer-ds.patch
deleted file mode 100644
index 2cfe0d7..0000000
--- a/debian/patches/writer-ds.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-Subject: Fix crash when running tests on i386
-Origin: https://github.com/lamyj/odil/commit/05c555a06a76ebab5c70507ff602e931d1441391
-Bug: https://github.com/lamyj/odil/issues/23
-Forwarded: not-needed
---- a/src/odil/Writer.cpp
-+++ b/src/odil/Writer.cpp
-@@ -364,9 +364,10 @@ Writer::Visitor
-                 throw Exception("DS items must be finite");
-             }
-             
--            // Each item in the DS is at most 16 bytes.
--            static char buffer[16];
--            write_ds(item, buffer, 16);
-+            // Each item in the DS is at most 16 bytes, account for NUL at end
-+            static unsigned int const buffer_size=16+1;
-+            static char buffer[buffer_size];
-+            write_ds(item, buffer, buffer_size);
-             auto const length = strlen(buffer);
-             
-             this->stream.write(buffer, length);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/odil.git



More information about the debian-med-commit mailing list