aboutsummaryrefslogtreecommitdiff
path: root/src/lib/third_party/include/secure_memzero.h
Commit message (Collapse)AuthorAge
* Extend CodeQL configuration and fix two warnings (#1816)Ivan Nardi2022-12-02
``` Call to `memset` may be deleted Comparison of narrow type with wide type in loop condition ``` See https://www.usenix.org/system/files/conference/usenixsecurity17/sec17-yang.pdf for the new portable function `secure_memzero`.