commit | 3d673d103bad35afaec6e7ef73e5277216ce33a3 | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Wed Aug 27 06:32:01 2014 +1000 |
committer | Damien Miller <djm@mindrot.org> | Wed Aug 27 06:32:01 2014 +1000 |
tree | 646afea264f1f91573e590f1ae5818cfb7f7b296 | |
parent | 146218ac11a1eb0dcade6f793d7acdef163b5ddc [diff] |
- (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero() using memset_s() where possible; improve fallback to indirect bzero via a volatile pointer to give it more of a chance to avoid being optimised away.