CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/06 01:19:10
Modified files:
usr.sbin/rpki-client: filemode.c
Log message:
rpki-client: fix a crash in filemode
For an expired TA, cert is freed and zeroed in file mode and cert_print()
crashes. For such TAs (and otherwise invalid ones) expired and notafter
become dangling pointers. Invalidate them and set them only for valid TA
certs.
with/ok claudio
