bamboo icon indicating copy to clipboard operation
bamboo copied to clipboard

detect aliasing of mappings

Open pirapira opened this issue 7 years ago • 0 comments

Passing the same mapping twice to a contract should be forbidden, lest some nasty aliasing problem happens.

contract A (address => uint a){
...
   then becomes B(a, a)
}

pirapira avatar Jul 25 '17 16:07 pirapira