CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/20 09:26:49
Modified files:
usr.sbin/rpki-client: mft.c tal.c x509.c
Log message:
Don't use assert to validate user input. assert() is not for that, instead
check and error out like it is done one other parsing issues.
Agreed by deraadt@
Fixes another afl "crash" found by jsg@
