CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/18 09:58:59
Modified files:
usr.sbin/rpki-client: io.c
Log message:
In io_str_read() return 0-length strings as NULL pointers instead of
empty strings. There are no empty strings being passed around but a
fair amount of optional strings and this will simplify this code.
OK tb@
