MAX_ZERO_RUN_LENGTH
if (run_length > MAX_ZERO_RUN_LENGTH)
run_length = MAX_ZERO_RUN_LENGTH;
const unsigned char *limit = min(ip_end, ip + MAX_ZERO_RUN_LENGTH + 1);