[exim-dev] [Bug 2274] exim 4.91: segfault ... error 4 in li…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2274] exim 4.91: segfault ... error 4 in libc-2.17.so
https://bugs.exim.org/show_bug.cgi?id=2274

--- Comment #20 from Jeremy Harris <jgh146exb@???> ---
(In reply to Alex from comment #15)
> > Perhaps if os_getcwd() fails? Could it be that the spam-checker has
> > chdir()'d to a directory which it unlinks, but calls Exim from inside,
> > so that Exim's os_getcwd() fails?


I'd say that's a good bet. Try prefixing that Ustrncpy() at src/exim.c line
4093
with "if (initial_cwd) ".

Actually, that's so obviously needed I'll commit it right away.

--
You are receiving this mail because:
You are on the CC list for the bug.