mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
fix seg-fault bugs reported by Arie
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
d27997aa1b
commit
141236e975
6 changed files with 16 additions and 10 deletions
|
@ -827,7 +827,6 @@ class ExprRef(AstRef):
|
|||
else:
|
||||
return []
|
||||
|
||||
|
||||
def _to_expr_ref(a, ctx):
|
||||
if isinstance(a, Pattern):
|
||||
return PatternRef(a, ctx)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue