[med-svn] [Git][med-team/t-coffee][master] Add missing return that causes coredump
Liubov Chuprikova
gitlab at salsa.debian.org
Sun Oct 21 10:29:05 BST 2018
Liubov Chuprikova pushed to branch master at Debian Med / t-coffee
Commits:
32c83ef9 by Liubov Chuprikova at 2018-10-21T09:25:37Z
Add missing return that causes coredump
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/fix_missing_return.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+t-coffee (11.00.8cbe486-9) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Fix "autopkgtest regression" add missing return in a non-void function
+ (Closes: #909530)
+
+ -- Liubov Chuprikova <chuprikovalv at gmail.com> Sun, 21 Oct 2018 11:08:01 +0200
+
t-coffee (11.00.8cbe486-8) unstable; urgency=medium
* Deal with "Segmentation fault" in exit of mayhem patch
=====================================
debian/patches/fix_missing_return.patch
=====================================
@@ -0,0 +1,16 @@
+Author: Liubov Chuprikova <chuprikovalv at gmail.com>
+Last-Update: Sun, 21 Oct 2018 11:00:25 +0200
+Bug-Debian: https://bugs.debian.org/909530
+Description: Add missing return that causes coredump
+
+
+--- a/t_coffee_source/util_lib/util.c
++++ b/t_coffee_source/util_lib/util.c
+@@ -1846,6 +1846,7 @@
+ sprintf(name, "%s", cwd);
+ else
+ perror("getcwd() error");
++ return name;
+ }
+
+
=====================================
debian/patches/series
=====================================
@@ -8,3 +8,4 @@ stable-linking-inputs.patch
clustalw2.patch
gcc-7.patch
# debug.patch
+fix_missing_return.patch
View it on GitLab: https://salsa.debian.org/med-team/t-coffee/commit/32c83ef992d73f5f8392eeb01853af1091102104
--
View it on GitLab: https://salsa.debian.org/med-team/t-coffee/commit/32c83ef992d73f5f8392eeb01853af1091102104
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181021/d21e1fe1/attachment-0001.html>
More information about the debian-med-commit
mailing list