CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/20 07:43:10
Modified files:
usr.sbin/rpki-client: ip.c
Log message:
If the ASN1_BIT_STRING has a length of 0 the unused bit count must be 0.
Check this and also adjust the upper limit check to >= 8 since only the
values 0 - 7 are valid.
Found by jsg@ with afl. OK deraadt@
