You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/mc/files/1.4-overflow.patch

14 lines
426 B

diff --git a/src/gem/gemdisp.c b/src/gem/gemdisp.c
index 01f277f..96d5851 100644
--- a/src/gem/gemdisp.c
+++ b/src/gem/gemdisp.c
@@ -1631,7 +1631,7 @@ VPUBLIC void Gem_writeDX(Gem *thee, Vio *sock,
VPUBLIC void Gem_writeTEC(Gem *thee, Vio *sock,
int fldKey, double *defX[MAXV])
{
- char str1[10], str2[10];
+ char str1[16], str2[16];
int i, j, vec, dim, dimII, dimVV, numVV, numSS;
VV *vx;
SS *sm;