<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fortify-headers/.github/workflows, branch experimental</title>
<subtitle>Standalone portable header-based implementation of FORTIFY_SOURCE=3 
</subtitle>
<id>http://git.dustri.org/fortify-headers/atom?h=experimental</id>
<link rel='self' href='http://git.dustri.org/fortify-headers/atom?h=experimental'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/'/>
<updated>2025-10-28T20:54:31Z</updated>
<entry>
<title>Fix the CI on clang</title>
<updated>2025-10-28T20:54:31Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-10-28T20:33:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=89b628d34b1ef0423df35a72901daa194d7db956'/>
<id>urn:sha1:89b628d34b1ef0423df35a72901daa194d7db956</id>
<content type='text'>
Apparently, clang doesn't like the `putwchar` function for no good reason.
Replacing it with `printf` fixes a NULL-ptr deref, so let's do that, as we
don't really care about the content of the buffer anyway, only that it's not
optimized away.
</content>
</entry>
<entry>
<title>Add GCC14 to the CI</title>
<updated>2025-10-28T19:20:21Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-10-28T19:20:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=76e6784ac9cb858d1d47ff6a27ef3ccc9a8cc785'/>
<id>urn:sha1:76e6784ac9cb858d1d47ff6a27ef3ccc9a8cc785</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow the CI to fail on clang for now</title>
<updated>2025-10-28T17:10:57Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-10-28T17:03:24Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=e3c3edbf7cb483e2c941140bf3f98c9dea905ada'/>
<id>urn:sha1:e3c3edbf7cb483e2c941140bf3f98c9dea905ada</id>
<content type='text'>
We know clang isn't working great for now, and we still need the CI to fix
bugs.
</content>
</entry>
<entry>
<title>Use dustri.org instead of musl.cc to download the toolchain</title>
<updated>2025-10-28T15:21:49Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-10-28T15:19:15Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=d343089c0b7687ebe0a142941c12da7067a41d85'/>
<id>urn:sha1:d343089c0b7687ebe0a142941c12da7067a41d85</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump actions/upload-pages-artifact from v1 to v3</title>
<updated>2025-05-12T16:52:20Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-05-12T16:52:20Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=2c17bdbd255e75f48753a1429589b3a17cde872a'/>
<id>urn:sha1:2c17bdbd255e75f48753a1429589b3a17cde872a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump clang versions in the CI</title>
<updated>2025-01-28T11:42:17Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2025-01-28T11:42:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=369e73c80984aef940e9286e6d985c339924d1d1'/>
<id>urn:sha1:369e73c80984aef940e9286e6d985c339924d1d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Run various C versions in the CI</title>
<updated>2024-10-08T13:21:13Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2024-10-08T01:51:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=f8155f0b945c5cfb3600d7c146a5d86870ed09d2'/>
<id>urn:sha1:f8155f0b945c5cfb3600d7c146a5d86870ed09d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve the testsuite reliability wrt. gcc</title>
<updated>2024-05-20T08:22:46Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2024-05-20T07:38:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=92c611ad8abb146ed548301de8bc011c2b17bccd'/>
<id>urn:sha1:92c611ad8abb146ed548301de8bc011c2b17bccd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make the CI fail when the testsuite fails</title>
<updated>2023-12-28T15:11:04Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2023-12-28T09:13:53Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=f3c0bfdb96ec00aaefdb75024059aa33895726c5'/>
<id>urn:sha1:f3c0bfdb96ec00aaefdb75024059aa33895726c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build with USE_NATIVE_CHK for clang and gcc</title>
<updated>2023-12-28T09:06:59Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2023-12-28T09:06:59Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=bcf82d51e6a5c3b3145afe8bacfa03b92d5b3f5d'/>
<id>urn:sha1:bcf82d51e6a5c3b3145afe8bacfa03b92d5b3f5d</id>
<content type='text'>
</content>
</entry>
</feed>
