[med-svn] r20781 - in trunk/packages/dialign-t/trunk/debian: . patches

Andreas Tille tille at moszumanska.debian.org
Wed Dec 16 12:14:31 UTC 2015


Author: tille
Date: 2015-12-16 12:14:30 +0000 (Wed, 16 Dec 2015)
New Revision: 20781

Added:
   trunk/packages/dialign-t/trunk/debian/patches/mayhem.patch
Modified:
   trunk/packages/dialign-t/trunk/debian/changelog
   trunk/packages/dialign-t/trunk/debian/patches/series
Log:
Fix bug in getopt reported by Mayhem


Modified: trunk/packages/dialign-t/trunk/debian/changelog
===================================================================
--- trunk/packages/dialign-t/trunk/debian/changelog	2015-12-16 11:36:29 UTC (rev 20780)
+++ trunk/packages/dialign-t/trunk/debian/changelog	2015-12-16 12:14:30 UTC (rev 20781)
@@ -1,9 +1,11 @@
-dialign-t (1.0.2-8) UNRELEASED; urgency=medium
+dialign-t (1.0.2-8) unstable; urgency=medium
 
   * cme fix dpkg-control
   * Fix spelling
+  * Fix bug in getopt reported by Mayhem
+    Closes: #715816
 
- -- Andreas Tille <tille at debian.org>  Wed, 16 Dec 2015 12:09:20 +0100
+ -- Andreas Tille <tille at debian.org>  Wed, 16 Dec 2015 13:11:39 +0100
 
 dialign-t (1.0.2-7) unstable; urgency=medium
 

Added: trunk/packages/dialign-t/trunk/debian/patches/mayhem.patch
===================================================================
--- trunk/packages/dialign-t/trunk/debian/patches/mayhem.patch	                        (rev 0)
+++ trunk/packages/dialign-t/trunk/debian/patches/mayhem.patch	2015-12-16 12:14:30 UTC (rev 20781)
@@ -0,0 +1,16 @@
+Author: Andreas Tille <tille at debian.org>
+Last-Update: Wed, 16 Dec 2015 12:09:20 +0100
+Bug-Debian: https://bugs.debian.org/715816
+Description: Fix bug in getopt reported by Mayhem
+
+--- a/source/parameters.c
++++ b/source/parameters.c
+@@ -117,7 +117,7 @@ void check_input(int argc, char** argv)
+ 	optind = 0;
+ 	int opt, only_config_dir = 0;
+ 
+-	while((opt = getopt(argc, argv,"PDTLOCFHhA:d:s:a:c:l:m:w:p:v:t:n:g:o:r:u"))!= -1){
++	while((opt = getopt(argc, argv,"PDTLOCFHhA:d:s:a:c:l:m:w:p:v:t:n:g:o:r:u:"))!= -1){
+ 	  switch(opt){
+ 		case 'd':
+ 			para->DEBUG = atoi(optarg);

Modified: trunk/packages/dialign-t/trunk/debian/patches/series
===================================================================
--- trunk/packages/dialign-t/trunk/debian/patches/series	2015-12-16 11:36:29 UTC (rev 20780)
+++ trunk/packages/dialign-t/trunk/debian/patches/series	2015-12-16 12:14:30 UTC (rev 20781)
@@ -3,3 +3,4 @@
 consistent_declarations.patch
 clang-ftbfs.diff
 spelling.patch
+mayhem.patch




More information about the debian-med-commit mailing list