Files
solidity/test
Martin Blicha 8ca453f82e SMTChecker: External function call with struct member is not getter
if a struct has a member that is a function pointer with `external`
attribute, and such a member is called, it is currently incorrectly
treated as a public getter in SMTEncoder.

The proposed fix is to make SMTEncoder::publicGetter more strict in
deciding whether an expression is a public getter.
The added condition, that the access happens on a state variable, is
exactly what is checked later with an assertion that is currently
failing.
2023-05-26 14:23:45 +02:00
..
2023-04-23 15:51:06 +02:00
2023-04-12 00:10:24 +02:00
2023-05-11 10:56:55 -05:00
2022-08-29 11:50:29 +02:00
2023-05-11 10:56:55 -05:00
2023-05-11 10:56:55 -05:00
2023-05-11 10:56:55 -05:00
2023-05-11 10:56:55 -05:00
2023-05-11 10:56:55 -05:00
2023-05-11 10:56:55 -05:00
2023-05-11 10:56:55 -05:00
2023-05-11 10:56:55 -05:00
2023-05-11 10:56:55 -05:00
2022-06-15 11:14:50 +02:00
2023-05-11 10:56:55 -05:00
2023-05-11 10:56:55 -05:00
2023-05-11 10:56:55 -05:00