CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/18 08:08:01
Modified files:
usr.sbin/rpki-client: http.c
Log message:
Do not assign the return value from asprintf (int) to a size_t and then
compare it to -1. Instead use a temp variable and assign to bufsz after
the -1 check.
Also add errx() calls after the switch statements in the FSM functions.
OK job@ tb@
