summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-20Run the testsuite on multiple gcc versionsjvoisin
2023-08-20Add more __access annotations in stdio.hjvoisin
2023-08-20Add two __format annotationsjvoisin
2023-08-20Specify "shell: bash" in github actionsjvoisin
As [documented](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference), this brings us `set -eo pipefail`.
2023-08-20Make use of __diagnose_as_builtinjvoisin
2023-08-20Use pass_dynamic_object_size only for FORTIFY_SOURCE > 2jvoisin
2023-08-20Make use of pass_dynamic_object_size when availablejvoisin
2023-08-20Fix clang buildjvoisin
- s/CLFAGS/CFLAGS/ - provide paths to local includes - sprinkle more __pass_object_size__ - remove a problematic test
2023-08-20Fix some sizeof-related typoes in the testsuitejvoisin
2023-08-20Refresh a bit the READMEjvoisin
2023-08-20Add hardening for strrchrjvoisin
2023-08-20Add hardening for strchrjvoisin
2023-08-20Add two tests for memchrjvoisin
2023-08-20Remove memrchr hardening for nowjvoisin
It doesn't play nice with gcc.
2023-08-03Add hardening for memchr and memrchrjvoisin
2023-07-18Make use of the alloc_size attributejvoisin
2023-07-11Add more dynamic testsjvoisin
2023-07-11Sort build targets in the tests' Makefilejvoisin
2023-07-11Add some dynamic tests for unistd.hjvoisin
2023-07-10Add some dynamic tests for sys/socket.hjvoisin
2023-07-10Add tests for sys/socketjvoisin
2023-07-10Add tests for sys/socket.hjvoisin
2023-07-10Clean up a bit the macro helljvoisin
2023-07-09Add some malloc annotationsjvoisin
2023-07-09Add some `format` annotationsjvoisin
2023-07-09Move a misplaced #endifjvoisin
2023-07-09Add an __access__ annotation to wchar.hjvoisin
2023-07-09Improve a bit `size_t*size_t` overflow checksjvoisin
2023-07-09Add tests for stdio.hjvoisin
2023-07-09Add tests for unistd.hjvoisin
2023-07-09Fix a couple of warningsjvoisin
2023-07-09Add access annotations to unistd.hjvoisin
2023-07-08Add tests for memcpy overflow/underflowjvoisin
2023-07-05Add access annotations to sys/socket.hjvoisin
2023-07-05Add tests for bzerojvoisin
2023-07-05Add tests for bcopyjvoisin
2023-07-05Cache musl-toolchain downloadjvoisin
2023-07-05Run several clang versions in the CIjvoisin
2023-07-05Don't download musl-cc for clang in the CIjvoisin
2023-06-27Add more access-annotationsjvoisin
2023-06-25Fix the coverage on github pagesjvoisin
2023-06-25Run clang and gcc in the CIjvoisin
2023-06-25Fix clang supportjvoisin
2023-06-25add initial clang supportDaniel Kolesa
2023-06-25avoid __extension__ with clangDaniel Kolesa
It seems useless and triggers 'error: expected external declaration'
2023-06-23Add a test for fgetsjvoisin
2023-06-22Add an annotation for fgetsjvoisin
2023-06-22Add a test for ppolljvoisin
2023-06-22Add a test for `poll`jvoisin
2023-06-22Add tests for mempcpyjvoisin