summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-06Work around an erroneous `-Wformat-nonliteral` bug in gccjvoisin
2023-12-05Update the READMEjvoisin
2023-11-16Add hardening for select()Julien Voisin
2023-11-16Add hardening for select()jvoisin
2023-11-01Add support for FD_ISSETjvoisin
2023-10-16Add a check about redefined macrosjvoisin
2023-10-01Add vfprintf`jvoisin
2023-10-01Add `fprintf`jvoisin
2023-09-30Add `vprintf`jvoisin
2023-09-30Fix a typojvoisin
2023-09-30Add `strlen`jvoisin
2023-09-29Make use of the native _chk variants for realjvoisin
2023-09-28Add `printf` hardeningjvoisin
2023-09-27Add support for more builtin compiler provided _chk variantsjvoisin
2023-09-27Add an option to make use of compiler-provided _chk builtinsjvoisin
2023-09-22Add more __diagnose_as_builtin annotationsjvoisin
2023-09-21Properly enable diagnose_as_builtin attributejvoisin
2023-09-21Add clang 15 to the CIjvoisin
2023-09-20Add tests for compile-time errorsjvoisin
2023-09-20Replace a strlen+condition with strnlenjvoisin
2023-09-17Make use of the buffers in the wide-chars testsjvoisin
2023-09-17Fix compilation under clang for bsd-specific functionsjvoisin
2023-09-17Add more dynamic testsjvoisin
2023-09-17Add dynamic tests for strcpy and strncatjvoisin
2023-09-17Add a test for stpcpyjvoisin
2023-09-11Factorize overlap checks into a macrojvoisin
2023-09-11Fix a warningjvoisin
2023-09-11Add a warning for _FORTIFY_SOURCE>3jvoisin
2023-09-11Add a warning if realpath is called with path set to NULLjvoisin
2023-09-11Add the warn_unused_result attribute to alloc-related functionsjvoisin
2023-09-11Add a bunch of wchar_t testsjvoisin
2023-09-04Install wget for the coverity workflowjvoisin
2023-09-04Add tests for wmemcpyjvoisin
2023-08-28Fix the coverity runjvoisin
2023-08-26Add two tests for wmemmovejvoisin
2023-08-22Clean up some includesjvoisin
2023-08-22Show the failing file name in the testsuitejvoisin
2023-08-22Increase portabilityjvoisin
2023-08-22Add hardening for pwritejvoisin
2023-08-22Add tests for wmemsetjvoisin
2023-08-21Add tests for mbstowcsjvoisin
2023-08-21Harden umaskjvoisin
2023-08-21Improve the .gitignore file wrt. testsjvoisin
2023-08-21Make use of __diagnose_ifjvoisin
2023-08-21Remove some todo in __bmo's implementationjvoisin
2023-08-21Add coverity analysisjvoisin
2023-08-21Add tests for fgetws and mbsrtowcsjvoisin
2023-08-20Remove the testsuite from the coverage datajvoisin
2023-08-20Split build and runjvoisin
2023-08-20Cache the musl toolchain in the coverage step in the CIjvoisin