FuelLabs / fuel-vm

Fuel v2 interpreter in Rust
Other
344 stars 77 forks source link

`CFEI` and `CFE` opcodes don't charge for the number of allocated bytes #760

Closed xgreenx closed 3 weeks ago

xgreenx commented 3 weeks ago

The gas prices for CFEI and CFE should be DependentCost; otherwise, the attacker can allocate 64MB as a stack for free.