[med-svn] [theseus] 06/09: Another buffer needs to be increased
Andreas Tille
tille at debian.org
Thu Aug 24 19:12:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag debian/3.3.0-6
in repository theseus.
commit e0be03b855d0e36cb3da0c48ace0bc4f4b729ac5
Author: Andreas Tille <tille at debian.org>
Date: Thu Aug 24 15:43:07 2017 +0200
Another buffer needs to be increased
---
debian/patches/gcc-7.patch | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/debian/patches/gcc-7.patch b/debian/patches/gcc-7.patch
index 89ddf65..3c95bdf 100644
--- a/debian/patches/gcc-7.patch
+++ b/debian/patches/gcc-7.patch
@@ -14,3 +14,23 @@ Description: Increase string length of string buffer to build with gcc-7
char digit[len];
for(i = 0; i < msa->seqnum; ++i)
+--- a/PCAstats.c
++++ b/PCAstats.c
+@@ -49,7 +49,7 @@ CalcPCA(CdsArray *cdsA)
+ double **CovMat = cdsA->CovMat;
+ double sum, runsum;
+ PDBCds *pdbave = NULL;
+- char pcafile_name[256];
++ char pcafile_name[4117];
+ FILE *pcavecs_fp = NULL, *pcastats_fp = NULL;
+ double biggest, bstick;
+ char aster;
+@@ -209,7 +209,7 @@ Calc3NPCA(CdsArray *cdsA)
+ double **evecs = NULL, *evals = NULL;
+ double sum, runsum;
+ PDBCds *pdbave = NULL;
+- char pcafile_name[256];
++ char pcafile_name[4109];
+ FILE *pcavecs_fp = NULL, *pcastats_fp = NULL;
+ double biggest, bstick;
+ char aster;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/theseus.git
More information about the debian-med-commit
mailing list