[exim-cvs] Bump buffer size for exiwhat info lines

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Bump buffer size for exiwhat info lines
Gitweb: https://git.exim.org/exim.git/commitdiff/26831938fd6653134941738b5b048c5cf20ca070
Commit:     26831938fd6653134941738b5b048c5cf20ca070
Parent:     173de73b7a0d9e715178397bd2753c0d5928f141
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Apr 26 20:58:44 2020 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Sun Apr 26 20:58:44 2020 +0100


    Bump buffer size for exiwhat info lines
---
 src/src/macros.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/macros.h b/src/src/macros.h
index 93756d8..962d17c 100644
--- a/src/src/macros.h
+++ b/src/src/macros.h
@@ -137,7 +137,7 @@ changed, then the tables in expand.c for accessing them must be changed too. */

/* The size of the buffer holding the processing information string. */

-#define PROCESS_INFO_SIZE 256
+#define PROCESS_INFO_SIZE 384

/* The size of buffer to get for constructing log entries. Make it big
enough to hold all the headers from a normal kind of message. */