Closed ablaette closed 2 years ago
The maximum corpus size is about .Machine$integer.max - in the function to write a p-Attribute, there should be a check for the maximum corpus size.
.Machine$integer.max
p_attribute_encode() now includes a respective check.
p_attribute_encode()
The maximum corpus size is about
.Machine$integer.max
- in the function to write a p-Attribute, there should be a check for the maximum corpus size.