summaryrefslogtreecommitdiff
path: root/README.md (follow)
AgeCommit message (Collapse)Author
2024-10-08Run various C versions in the CIjvoisin
2024-07-10prefix special defines with FORTIFY_psykose
just in case, and because 'PEDANTIC_CHECKS' is a really generic name
2024-07-02Update a bit the readme2.3.1jvoisin
2024-05-26Add vasprintf/asprintf2.3jvoisin
The only hardening being done here is to set the char** parameter to thos functions to NULL in case of an error, to prevent it from being used should people forget to check return values. This is already done on some BSD, as well as in Rocky Linux.
2024-04-24Disable pedantic checks by defaultjvoisin
They can be re-enabled via `PEDANTIC_CHECKS`
2023-12-08Add a check in the CI to keep the readme up to datejvoisin
2023-12-08Update the readme to point to upstream git repojvoisin
2023-12-05Update the READMEjvoisin
2023-09-30Add `strlen`jvoisin
2023-09-27Add an option to make use of compiler-provided _chk builtinsjvoisin
2023-08-20Refresh a bit the READMEjvoisin