qsort has a malloc hidden inside of it...It breaks our library when used with satcheck
authorbdemsky <bdemsky@uci.edu>
Tue, 5 Sep 2017 21:53:52 +0000 (14:53 -0700)
committerbdemsky <bdemsky@uci.edu>
Tue, 5 Sep 2017 21:53:52 +0000 (14:53 -0700)
commit5f6c2114c698f112e4c763c9c464b6b917e7150d
tree570c414bad1a658327ebd61f0bd0f21ae0bd59bc
parent516fb5585a776bde6277eeb3c46f09620dd20a5f
qsort has a malloc hidden inside of it...It breaks our library when used with satcheck
src/Backend/constraint.cc
src/Collections/qsort.cc [new file with mode: 0644]
src/Collections/qsort.h [new file with mode: 0644]
src/csolver.cc