* tests/t-common.h (read_textline): Increase the buffer size. --
GnuPG-bug-id: 7640 Signed-off-by: NIIBE Yutaka <gni...@fsij.org> --- tests/t-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/t-common.h b/tests/t-common.h index dd6a2203..eb3f03c0 100644 --- a/tests/t-common.h +++ b/tests/t-common.h @@ -260,7 +260,7 @@ prepend_srcdir (const char *fname) static char * read_textline (FILE *fp, int *lineno) { - char line[8192]; + char line[16384]; char *p; do
_______________________________________________ Gcrypt-devel mailing list Gcrypt-devel@gnupg.org https://lists.gnupg.org/mailman/listinfo/gcrypt-devel