Put back NULL checks in crl_get() and build_chain()
authortb <tb@openbsd.org>
Mon, 17 Jun 2024 18:52:50 +0000 (18:52 +0000)
committertb <tb@openbsd.org>
Mon, 17 Jun 2024 18:52:50 +0000 (18:52 +0000)
commitf8e924bcc3f291684189b2e0dd1808925abcfb99
treecd76f93119646af6693caf1931f206ddd2f20f0f
parent3d24afabe7038b32ff774b39e4bdd13287ad0d4d
Put back NULL checks in crl_get() and build_chain()

Turns out filemode still relies on these. Rather than adding to the
spaghetti in filemode.c, begrudgingly put back the NULL checks with
an additional XXX.

ok claudio job
usr.sbin/rpki-client/crl.c
usr.sbin/rpki-client/validate.c