Commit 4f06b07a authored by Andreas Tille's avatar Andreas Tille
Browse files

Forwarded patches upstream

parent c8eff0a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
Author: Sascha Steinbiss <satta@tetrinetsucht.de>
Last-Update: Sat, 30 Apr 2016 17:48:14 +0100
Bug-Debian: https://bugs.debian.org/812011
Forwarded-Upstream: https://github.com/KorfLab/SNAP/issues/3
Description: changing the (likely buggy) behaviour of the zoeHSPCmpQuery and
 zoeHSPCmpSbjct functions to do the correct comparisons. This fixes:
 error: self-comparison always evaluates to false [-Werror=tautological-compare]
+1 −0
Original line number Diff line number Diff line
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 24 Aug 2016 10:43:36 +0200
Bug-Debian: https://bugs.debian.org/835283
Forwarded-Upstream: https://github.com/KorfLab/SNAP/issues/3
Description: add missing braces

--- a/exonpairs.c
+1 −0
Original line number Diff line number Diff line
Description: Enlarge too short target string for sprintf
Bug-Debian: https://bugs.debian.org/897864
Forwarded-Upstream: https://github.com/KorfLab/SNAP/issues/3
Author: Andreas Tille <tille@debian.org>
Last-Update:  Mon, 07 May 2018 23:38:54 +0200

+1 −0
Original line number Diff line number Diff line
Author: Andreas Tille <tille@debian.org>
LastChanged: Fri, 25 Oct 2013 16:39:26 +0200
Forwarded-Upstream: https://github.com/KorfLab/SNAP/issues/3
Description: Propagate Hardening options

--- a/Makefile
+1 −0
Original line number Diff line number Diff line
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 24 Aug 2016 10:43:36 +0200
Forwarded-Upstream: https://github.com/KorfLab/SNAP/issues/3
Description: itoa implementation had broken indentation - use
 sprintf instead

Loading