c
< 	uint64_t start, len;
---
> 	uint64_t start, len;
> 	if (len > MAX_ALLOWED_LENGTH) {
> 		return -EINVAL;
> 	}
