summaryrefslogtreecommitdiffhomepage
path: root/dbhelpers.c
AgeCommit message (Collapse)Author
2018-03-03some linting after fuzz merge (#60)François Perrad
* fix prototype * remove extra comma * use m_free after m_strdup
2018-03-01avoid volatile cast warningMatt Johnston
2017-05-25Just use memset, it should'be be optimised out in a separate fileMatt Johnston
--HG-- branch : fuzz
2016-03-17move m_burn and function attributes to dbhelpersMatt Johnston
use m_burn for libtomcrypt zeromem() too