freebsd / atf

Libraries to write tests in C, C++ and shell
Other
127 stars 44 forks source link

Address some ASAN memory errors using the c bindings for ATF #34

Closed ckhardin closed 5 years ago

ckhardin commented 6 years ago

Made some changes that came about from running test programs under gcc5 and asan which was trying to check the test code - but ended up tripping on some atf related issue.