From 70f8bdddc40885f2a240c3ac3766fa34921a54cd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 25 Sep 1996 03:59:30 +0000 Subject: Prevent buffer overun. svn path=/trunk/; revision=133 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 0e0877b7..44dc2917 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -101,7 +101,7 @@ struct method char *exit_cmd; /* exit command */ }; -#define TAGLEN 5 +#define TAGLEN 6 extern char tag[TAGLEN]; /* controls the detail level of status/progress messages written to stderr */ -- cgit v1.2.3