mirror of
https://github.com/Z3Prover/z3
synced 2026-03-01 11:16:54 +00:00
Fix true positive critical bugs from static analysis discussion #8764
Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
4a29c77aa2
commit
ae4cb5557a
4 changed files with 9 additions and 3 deletions
|
|
@ -164,7 +164,7 @@ extern "C" {
|
|||
model::scoped_model_completion _scm(*_m, model_completion);
|
||||
result = (*_m)(to_expr(t));
|
||||
mk_c(c)->save_ast_trail(result.get());
|
||||
*v = of_ast(result.get());
|
||||
if (v) *v = of_ast(result.get());
|
||||
RETURN_Z3_model_eval true;
|
||||
Z3_CATCH_RETURN(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue