tokencard / contracts

The Consumer Contract Wallet
GNU General Public License v3.0
94 stars 40 forks source link

batchTransaction() can receive wrong length encoding #576

Open i-stam opened 4 years ago

i-stam commented 4 years ago

The transaction will either revert (out of bounds) or will execute will wrong arguments (and reverts as a consequence).

The data length cannot be known a prior: Is there a way to prevent this?