<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fortify-headers/tests/test_fgetws_static.c, 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 tests for fgetws and mbsrtowcs</title>
<updated>2023-08-20T22:43:30Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2023-08-20T22:43:30Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=d9feee06053d1f3c006de00b00dd5feb54ca75e5'/>
<id>urn:sha1:d9feee06053d1f3c006de00b00dd5feb54ca75e5</id>
<content type='text'>
</content>
</entry>
</feed>
