CVE-2024-28243: Token Expansion Length Unboundedcve-2024-28243-token-expansion-length-unbounded
Limiting macro or token expansion depth using a simple step increment rather than accounting for the actual size of the instantiated tokens fails to prevent exponential string/array blowup, leading to DoS. Ensure size-based quotas are actively calculated and subtracted.