Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-10-26 | fortify: strlen: Avoid shadowing previous locals | Qian Cai | 1 | -12/+12 |
2021-09-25 | fortify: Allow strlen() and strnlen() to pass compile-time known lengths | Kees Cook | 1 | -11/+38 |
2021-09-25 | fortify: Prepare to improve strnlen() and strlen() warnings | Kees Cook | 1 | -11/+11 |
2021-09-25 | fortify: Fix dropped strcpy() compile-time write overflow check | Kees Cook | 1 | -1/+4 |
2021-09-25 | fortify: Move remaining fortify helpers into fortify-string.h | Kees Cook | 1 | -0/+7 |
2021-02-26 | string.h: move fortified functions definitions in a dedicated header. | Francis Laniel | 1 | -0/+302 |