Re: [exim] Segfaults with 4.95 (Re: Exim 4.95-RC2 released)

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] Segfaults with 4.95 (Re: Exim 4.95-RC2 released)
On 08/10/2021 23:40, Evgeniy Berdnikov via Exim-users wrote:
> # for s in "validity" "algorithm" "notBefore" "serialNumber" "rdnSequence" "tbsCertificate" "utcTime" ; do echo -n "$s: " ; strings core.1400692 | grep -c "^$s\$" ; done
> validity: 634
> algorithm: 3661
> notBefore: 633
> serialNumber: 524
> rdnSequence: 1269
> tbsCertificate: 518
> utcTime: 1019
>
> High multiplication of memory structures looks strange, notably they are
> rarely used ASN1 names... It may be indication of memory leakage, IMHO.


Not necessarily; we probably have the entire set of CA trust anchors
loaded into memory.
--
Cheers,
Jeremy