Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2018-07-02 | optimize explicit_bzero for size | Alexander Monakov | -1/+1 | |
Avoid saving/restoring the incoming argument by reusing memset return value. | ||||
2018-06-26 | add explicit_bzero implementation | David Carlier | -0/+8 | |
maintainer's note: past sentiment was that, despite being imperfect and unable to force clearing of all possible copies of sensitive data (e.g. in registers, register spills, signal contexts left on the stack, etc.) this function would be added if major implementations agreed on it, which has happened -- several BSDs and glibc all include it. |