[coinutils] 02/04: Remove applied patch

Anton Gladky gladk at moszumanska.debian.org
Sat Aug 19 08:02:40 UTC 2017


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

gladk pushed a commit to branch experimental
in repository coinutils.

commit e2529e5003fd9dc0fcc449456f3aff7b2356685b
Author: Anton Gladky <gladk at debian.org>
Date:   Sat Aug 19 09:49:41 2017 +0200

    Remove applied patch
---
 debian/patches/format-security-fix.patch | 16 ----------------
 debian/patches/series                    |  1 -
 2 files changed, 17 deletions(-)

diff --git a/debian/patches/format-security-fix.patch b/debian/patches/format-security-fix.patch
deleted file mode 100644
index 8ef4ebe..0000000
--- a/debian/patches/format-security-fix.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Fix format security error.
-Forwarded: https://projects.coin-or.org/CoinUtils/ticket/80
-Author: Miles Lubin <miles.lubin at gmail.com>
-Index: CoinUtils-2.10.13/CoinUtils/src/CoinMessageHandler.cpp
-===================================================================
---- CoinUtils-2.10.13.orig/CoinUtils/src/CoinMessageHandler.cpp
-+++ CoinUtils-2.10.13/CoinUtils/src/CoinMessageHandler.cpp
-@@ -831,7 +831,7 @@ CoinMessageHandler::operator<< (double d
- 	  sprintf(messageOut_,g_format_,doublevalue);
- 	  if (next != format_+2) {
- 	    messageOut_+=strlen(messageOut_);
--	    sprintf(messageOut_,format_+2);
-+	    strcpy(messageOut_,format_+2);
- 	  }
- 	}
- 	messageOut_+=strlen(messageOut_);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5c24f68..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-format-security-fix.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/coinutils.git



More information about the debian-science-commits mailing list