Use the same way to error out in out of memory situation.
authorclaudio <claudio@openbsd.org>
Thu, 4 Mar 2021 14:24:17 +0000 (14:24 +0000)
committerclaudio <claudio@openbsd.org>
Thu, 4 Mar 2021 14:24:17 +0000 (14:24 +0000)
commit2c3e7bcec939a9cb1c9bf5199ecb2a3e5c081041
tree08b32a395e5ad845a0c6fcbae573b13aca9706ed
parent6f079c3dcc0df2091e15b0b3b1ad75ab57a8f3be
Use the same way to error out in out of memory situation.
Just use 'err(1, NULL);' there is no need to include the type of function
that failed since it is still impossible to locate the right call.
Just use a debugger in that case.
OK tb@ deraadt@
usr.sbin/rpki-client/main.c
usr.sbin/rpki-client/mft.c
usr.sbin/rpki-client/rsync.c