mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not trust code of external functions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user