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

--
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to