Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Extend CodeQL configuration and fix two warnings (#1816) | Ivan Nardi | 2022-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`. |