Tweaks in load_skiplist()
authortb <tb@openbsd.org>
Fri, 26 Aug 2022 11:04:13 +0000 (11:04 +0000)
committertb <tb@openbsd.org>
Fri, 26 Aug 2022 11:04:13 +0000 (11:04 +0000)
commitb764f8f64f6625f1e24a31efbdbfc46ae7ec980f
tree69cf62ae3e5ff698cdb1c3da2397bd87ded13b83
parent889853de4f60d067766717ddcd7997f48cc93afa
Tweaks in load_skiplist()

If there's an issue opening the default skip list file other than its
absence (most likely bad permissions), we should not silently ignore
that. Also, use err() instead of errx() to display the error.

Second, linelen, the return value of getline(), is not currently used.
Repurpose it to save the result of strcspn() which calculates the length
of the string we're interested in and use that instead of strlen().

ok claudio
usr.sbin/rpki-client/main.c