summaryrefslogtreecommitdiff
path: root/test/regress/regress2/push-pop
AgeCommit message (Collapse)Author
2018-06-28Fix stale reference in MiniSat when generating UC (#2113)Andres Noetzli
In MiniSat's analyze(), we were taking a reference of a clause that could be invalidated by a call to resolveOutUnit(). resolveOutUnit() can lead to allocation of clauses which in turn can lead to clauses being reallocated, making the reference stale. The commit encloses the reference in a code block that makes the lifetime of the reference more obvious and removes uses of the potentially stale reference.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback