Change-log
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 6 Jun 2018 10:15:21 +0000 (11:15 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 6 Jun 2018 10:15:21 +0000 (11:15 +0100)
doc/doc-txt/ChangeLog
src/src/exim.c

index 261c5652843ce032a8df0ac4fdf085d23f472950..881d24c25e53dd0a865b9fe27a22fedfe5e803fc 100644 (file)
@@ -46,6 +46,9 @@ JH/07 Bug 177: Make a random-recipient callout success visible in ACL, by settin
 JH/08 When generating a selfsigned cert, use serial number 1 since zero is not
       legitimate.
 
+JH/09 Bug 2274: Fix logging of cmdline args when starting in an unlinked cwd.
+      Previously this would segfault.
+
 
 Exim version 4.91
 -----------------
index 9f6efaf06d4ac337476a1a33cfe4bc349faad441..58c2dc9af95ca08f2b3c0275a4e29007affede49 100644 (file)
@@ -4084,7 +4084,7 @@ Don't attempt it if logging is disabled, or if listing variables or if
 verifying/testing addresses or expansions. */
 
 if (  (debug_selector & D_any  ||  LOGGING(arguments))
-      && really_exim && !list_options && !checking)
+   && really_exim && !list_options && !checking)
   {
   int i;
   uschar *p = big_buffer;