Skip to content

Releases: jvoisin/fortify-headers

2.2

02 Apr 11:13
Compare
Choose a tag to compare
  • relax checks for memchr on C11 and above
  • add null-ptr related checks to mem* functions
  • increase portability with clang regarding __has_builtin and defined
  • fix a typo in memcpy ignoring __builtin_memcpy
  • increase the portability of the testsuite on non x86 architectures