spot/buddy/src
Alexandre Duret-Lutz 1244b61710 [buddy] Fix a harmless uninitialized read.
This can only cause failure when running under valgrind (i.e., in the
test suite), but is not a problem in practice as the test is certain
to fail the entry->c check whenever entry->b is uninitialized.

* src/bddop.c (bdd_implies): Here.
2014-08-11 00:21:42 +02:00
..
.cvsignore more files to ignore 2003-06-30 07:48:20 +00:00
.gitignore Add .gitignore files 2008-03-14 16:59:32 +01:00
bdd.h [buddy] Improve handling of bddtrue and bddfalse. 2014-06-20 18:38:58 +02:00
bddio.c [buddy] 2011-04-05 09:29:03 +02:00
bddop.c [buddy] Fix a harmless uninitialized read. 2014-08-11 00:21:42 +02:00
bddtest.cxx * src/bddtest.cxx: Include <cstdlib> to compile with g++-4.3. 2008-03-14 16:59:40 +01:00
bddtree.h * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
bvec.c * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
bvec.h [buddy] Restrict the number of exported symbols. 2013-07-29 01:12:12 +02:00
cache.c * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
cache.h * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
cppext.cxx [buddy] Improve handling of bddtrue and bddfalse. 2014-06-20 18:38:58 +02:00
depend.inf Initial revision 2003-05-05 10:57:53 +00:00
fdd.c * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
fdd.h [buddy] Restrict the number of exported symbols. 2013-07-29 01:12:12 +02:00
imatrix.c Initial revision 2003-05-05 10:57:53 +00:00
imatrix.h [buddy] 2011-04-05 09:29:03 +02:00
kernel.c [buddy] Reduce the size of bddNode to improve cache efficiency. 2012-06-19 21:52:03 +02:00
kernel.h [buddy] Reduce the size of bddNode to improve cache efficiency. 2012-06-19 21:52:03 +02:00
Makefile.am [buddy] Probe for -fvisibility and -fvisibility-inlines-hidden. 2013-07-29 01:14:36 +02:00
pairs.c [buddy] * src/pairs.c (bdd_pairalloc): Fix prototype. 2011-04-30 13:22:27 +02:00
prime.c * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
prime.h * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00
reorder.c [buddy] Reduce the size of bddNode to improve cache efficiency. 2012-06-19 21:52:03 +02:00
tree.c * configure.ac, Makefile.am, src/Makefile.am, doc/Makefile.am, 2003-05-05 13:44:49 +00:00