diff options
author | Damien Miller <djm@mindrot.org> | 2016-08-16 13:28:23 +1000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-08-16 13:37:26 +1000 |
commit | 74433a19bb6f4cef607680fa4d1d7d81ca3826aa (patch) | |
tree | 3eabfcfe2a1ab1bd90479e390c5b61545652ef7d /log.h | |
parent | 6cb6dcffe1a2204ba9006de20f73255c268fcb6b (diff) |
fix false positives when compiled with msan
Our explicit_bzero successfully confused clang -fsanitize-memory
in to thinking that memset is never called to initialise memory.
Ensure that it is called in a way that the compiler recognises.
Diffstat (limited to 'log.h')
0 files changed, 0 insertions, 0 deletions