upb
upb copied to clipboard
add sanity-check for # of required fields in mini table builder
add sanity-check for # of required fields in mini table builder
It is possible to feed the mini table builder a descriptor for a message in which more than 63 fields are marked as required, which is invalid. So, check for that.