CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/06 00:04:03
Modified files:
usr.sbin/rpki-client: tal.c
Log message:
If tal_parse_buffer() fails return early because the code that follows
will try to access the NULL tal pointer.
Reported by Alexandre Hamada
