CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/05/13 00:18:22
Modified files:
usr.sbin/rpki-client: ip.c
Log message:
Fix unused bits handling for ip addresses
If ASN1_STRING_FLAG_BITS_LEFT is set, only the lower three bits of the
flags represent the unused bits. Other flags have nothing to with
lengths, so stop interpreting them as such and throwing strange errors.
ok claudio
