Do not trust code of external functions

This commit is contained in:
Leonardo Alt
2020-07-01 18:20:46 +02:00
parent 56e7d43384
commit 5517e817d5
4 changed files with 7 additions and 2 deletions
@@ -27,3 +27,5 @@ contract C {
assert(sig_1 == sig_2);
}
}
// ----
// Warning 4661: (438-460): Assertion violation happens here
@@ -16,3 +16,4 @@ contract D
}
}
// ----
// Warning 4661: (191-206): Assertion violation happens here