1024 -> BUFSIZ
This commit is contained in:
@@ -413,7 +413,7 @@ static void send_mail()
|
||||
char *mailer;
|
||||
char *subject = MAILSUBJECT;
|
||||
int fd[2];
|
||||
char buf[MAXLOGLEN + 1024];
|
||||
char buf[MAXLOGLEN + BUFSIZ];
|
||||
#ifdef POSIX_SIGNALS
|
||||
struct sigaction action;
|
||||
|
||||
|
@@ -300,7 +300,7 @@ user : NAME {
|
||||
|
||||
typedef struct {
|
||||
int type;
|
||||
char name[1024];
|
||||
char name[BUFSIZ];
|
||||
} aliasinfo;
|
||||
|
||||
#define MOREALIASES (32)
|
||||
|
Reference in New Issue
Block a user