Andreas Tille pushed to branch master at Debian Med / snap

Commits:
9b85c01b by Andreas Tille at 2018-05-07T23:56:24+02:00
Enlarge too short target string for sprintf

- - - - -


3 changed files:

- debian/changelog
- + debian/patches/gcc-8.patch
- debian/patches/series


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+snap (2013-11-29-9) UNRELEASED; urgency=medium
+
+  * Enlarge too short target string for sprintf
+    Closes: #897864
+
+ -- Andreas Tille <[email protected]>  Mon, 07 May 2018 23:38:54 +0200
+
 snap (2013-11-29-8) unstable; urgency=medium
 
   [ Helmut Grohne ]


=====================================
debian/patches/gcc-8.patch
=====================================
--- /dev/null
+++ b/debian/patches/gcc-8.patch
@@ -0,0 +1,16 @@
+Description: Enlarge too short target string for sprintf
+Bug-Debian: https://bugs.debian.org/897864
+Author: Andreas Tille <[email protected]>
+Last-Update:  Mon, 07 May 2018 23:38:54 +0200
+
+--- a/snap.c
++++ b/snap.c
+@@ -84,7 +84,7 @@ int main (int argc, char *argv[]) {
+       zoeCDS          gene;
+       zoeVec          genes;
+       int             label, i;
+-      char            option[16], name[16];
++      char            option[20], name[16];
+       FILE          * aa_stream = NULL;
+       FILE          * tx_stream = NULL;
+       FILE          * xd_stream  = NULL;


=====================================
debian/patches/series
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ build-with-gcc-6.patch
 use-CC.patch
 replace_itoa_with_broken_indentation.patch
 fix_missing_braces_in_if_statements.patch
+gcc-8.patch



View it on GitLab: 
https://salsa.debian.org/med-team/snap/commit/9b85c01b00cada8e34667424c5d3f3231ab6942e

---
View it on GitLab: 
https://salsa.debian.org/med-team/snap/commit/9b85c01b00cada8e34667424c5d3f3231ab6942e
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to