Merge remote-tracking branch 'origin/develop' into breaking

This commit is contained in:
chriseth
2020-12-09 15:24:49 +01:00
51 changed files with 481 additions and 340 deletions
@@ -0,0 +1,10 @@
pragma experimental SMTChecker;
contract C {
function f(bytes calldata x, uint y) external pure {
x[8][0];
x[8][5*y];
}
}
// ----
// Warning 4984: (118-121): CHC: Overflow (resulting value larger than 2**256 - 1) happens here.