CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2019/11/06 01:18:11

Modified files:
        usr.sbin/rpki-client: tal.c 

Log message:
The memory returned by realloc(NULL, ...) is uninitalized. Therefore make
sure that on the first round the buffer is set to an empty string so that
strlcat() works correctly. Also check for strlcat() overflow and error out
in case it happens.
Found by infrequent regress test failures.

Reply via email to