You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Changelog.md
+2
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ Bugfixes:
30
30
* Commandline Interface: It is no longer possible to specify both ``--optimize-yul`` and ``--no-optimize-yul`` at the same time.
31
31
* SMTChecker: Fix encoding of side-effects inside ``if`` and ``ternary conditional``statements in the BMC engine.
32
32
* SMTChecker: Fix false negative when a verification target can be violated only by trusted external call from another public function.
33
+
* SMTChecker: Fix generation of invalid SMT-LIB2 scripts in BMC engine with trusted mode for external calls when CHC engine times out.
34
+
* SMTChecker: Fix internal error caused by incorrectly classifying external function call using function pointer as a public getter.
33
35
* SMTChecker: Fix internal error caused by using external identifier to encode member access to functions that take an internal function as a parameter.
34
36
* Standard JSON Interface: Fix an incomplete AST being returned when analysis is interrupted by certain kinds of fatal errors.
35
37
* Type Checker: Disallow using certain unassignable function types in complex expressions.
0 commit comments