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: bugs/index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,10 +60,10 @@ <h3 class="masthead-title">
60
60
<li>The maintainer accepted these bug fixes with <ahref=https://compiler.ai/bugs/dietlibc_bug_response.pdf>thanks</a>. <ahref=http://www.cse.iitd.ac.in/~abhir>Abhishek Rose</a> was <ahref=https://www.fefe.de/dietlibc/credits.html>acknowledged as a Dietlibc contributor</a> by virtue of these fixes.</li>
61
61
</ul>
62
62
</li>
63
-
<li><ahref=https://github.com/SRI-CSL/yices2/issues/146>Bug in the Yices SMT Solver</a>
63
+
<li>Bugs in <ahref=https://github.com/SRI-CSL/yices2/issues/146>Yices</a> and <ahref=https://github.com/Z3Prover/z3/issues/7132>Z3</a> SMT solvers
64
64
<ul>
65
-
<li>This bug was found by differentially testing the output of one SMT solver against another during our verification runs for C programs.</li>
66
-
<li>This bug report confirms that verification tools themselves are not immune to bugs. But it is usually possible to identify these bugs through simple testing, as we do in our tool.</li>
65
+
<li>These bugs were found by differentially testing the output of one SMT solver against others during our verification runs for C programs.</li>
66
+
<li>Such bugs confirm that verification tools themselves are not immune to bugs. But it is usually possible to identify these bugs through simple testing, as we do in our tool.</li>
0 commit comments