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