Attackathon _ Fuel Network 33186 - [Smart Contract - Medium] _compute_bytecode_root goes to an infin
Description
fn test(address: ContractId) {
// empty bytecode
let mut bytecode = Vec::<u8>::new();
// infinite loop
verify_contract_bytecode(
address,
bytecode
);
}Proof of concept
PreviousAttackathon _ Fuel Network 33181 - [Smart Contract - Insight] users messages might encode incorrectNextAttackathon _ Fuel Network 33191 - [Smart Contract - Insight] Sway Formatting Behaves Differently Ba
Last updated
Was this helpful?