<div dir="ltr"><div><div><div><div>I would like to point out that this bug also affects current debian stable exim package.<br></div>To verify one would need to examine exim source package for debian jessie<br><br>apt-get source exim4 <br>grep -A 8 "To be safe: change the working directory to" ./exim4-4.84.2/src/exim.c<br><br>"""<br>/* To be safe: change the working directory to /. */<br>if (Uchdir("/") < 0)<br>  {<br>    perror("exim: chdir `/': ");<br>    exit(EXIT_FAILURE);<br>  }<br><br>/* Store the initial cwd before we change directories */<br>if ((initial_cwd = getcwd(NULL, 0)) == NULL)<br>"""<br><br></div>This is exactly the same error as in oldstable, we are doing chroot BEFORE initial_cwd handling<br><div>  <br></div>​So this upstream patch is also applicable<br><a href="https://github.com/Exim/exim/commit/3de973a29de6852d61ba9bf1845835d08ca5a5ab#diff-6e46fb11179cb7da978360d317a92ee0">https://github.com/Exim/exim/commit/3de973a29de6852d61ba9bf1845835d08ca5a5ab#diff-6e46fb11179cb7da978360d317a92ee0</a><br><br></div>Do I need to file a bug report for debian jessie (exim4-4.84) version?<br><br></div>Thanks  <br></div>