mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-29 05:17:54 +00:00
1024 -> BUFSIZ
This commit is contained in:
parent
6cb2afdadc
commit
27b183432b
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user