Avoid leaving $domain live with bogus info, during server connection startup
authorJeremy Harris <jgh146exb@wizmail.org>
Fri, 23 Nov 2018 23:55:36 +0000 (23:55 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 24 Nov 2018 00:52:14 +0000 (00:52 +0000)
commitcde93db00d4f5cff864070ebfed2d0c36e532e71
tree8d441ed02941dbc2cd24c3dba3e4773c09f68dd2
parentbebeeb502c5bbdd5e91e073a04dc84b6434d6566
Avoid leaving $domain live with bogus info, during server connection startup

Recent efforts to reduce string-copy ops while also avoiding using excessive memory
tripped a check on freeing the still-live variable.  It is unclear why the variable
was set anyway, even though commented.  The use was introduced between Exim 3.36 and 4.0
src/src/smtp_in.c