MAXLABELLEN
if (label_length > MAXLABELLEN) {
if (label_length > MAXLABELLEN) {
uint8_t temp[MAXLABELLEN + 2];
assert(length > 0 && length <= MAXLABELLEN);
|| *label > MAXLABELLEN
if ($1.len > MAXLABELLEN) {
zc_error("label exceeds %d character limit", MAXLABELLEN);
if ($1.len > MAXLABELLEN)
zc_error("label exceeds %d character limit", MAXLABELLEN);