Closed lumtis closed 1 month ago
Add user can enter arbitrary inputs for bytes argument types they can provide extensive data.
bytes
This might ends in unexpected behaviors for some networks we connect to.
We should add limits for all arguments where the length is entered by the users.
-> message -> revertMessage
We could put a limit for the sum of all data provided
Example
require(message.length + revertMessage.length <512)
Add user can enter arbitrary inputs for
bytes
argument types they can provide extensive data.This might ends in unexpected behaviors for some networks we connect to.
We should add limits for all arguments where the length is entered by the users.
-> message -> revertMessage
We could put a limit for the sum of all data provided
Example