Op 31-08-2021 om 11:17 schreef Timo Sirainen:
The attached patch should fix it?
It does, thanks!
Onno
OpenPGP_signature
Description: OpenPGP digital signature
On 29. Aug 2021, at 0.42, Onno Molenkamp wrote:
>
> Hi,
>
> Because I was getting segfaults in libc in calloc calls by the indexer
> process of Dovecot 2.3.16, I ran indexer with valgrind to look for possible
> memory corruption. It did indeed find that indexer was accessing memory that
> had
> On 29/08/2021 00:42 Onno Molenkamp wrote:
>
>
> Hi,
>
> Because I was getting segfaults in libc in calloc calls by the indexer
> process of Dovecot 2.3.16, I ran indexer with valgrind to look for
> possible memory corruption. It did indeed find that indexer was
> accessing memory that h
Hi,
Because I was getting segfaults in libc in calloc calls by the indexer
process of Dovecot 2.3.16, I ran indexer with valgrind to look for
possible memory corruption. It did indeed find that indexer was
accessing memory that had already been freed, I've attached the log file.
I've then tr
Hi,
If the indexer encounters, and fixes by renaming, an incorrectly named
file, it crashes immediately afterwards. I would guess the old file-name
is re-used after re-naming and but isn't checked because it is assumed
to exist having come from a listing of directory contents.
dovecot: i