<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fortify-headers, branch 2.1</title>
<subtitle>Standalone portable header-based implementation of FORTIFY_SOURCE=3 
</subtitle>
<id>http://git.dustri.org/fortify-headers/atom?h=2.1</id>
<link rel='self' href='http://git.dustri.org/fortify-headers/atom?h=2.1'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/'/>
<updated>2023-12-16T00:00:02Z</updated>
<entry>
<title>Bump to 2.1</title>
<updated>2023-12-16T00:00:02Z</updated>
<author>
<name>q66</name>
</author>
<published>2023-12-16T00:00:02Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=8e15a7599e020159c51475d815d92f7384d3b924'/>
<id>urn:sha1:8e15a7599e020159c51475d815d92f7384d3b924</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Disable str(r)chr hardening</title>
<updated>2023-12-15T23:51:48Z</updated>
<author>
<name>q66</name>
</author>
<published>2023-12-15T23:51:48Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=021e25b5c0a098fc4e2b27a31abb34cb32b76be5'/>
<id>urn:sha1:021e25b5c0a098fc4e2b27a31abb34cb32b76be5</id>
<content type='text'>
It's UB to subtract null pointers, which these potentially may
be. It also makes python test suite fail.
</content>
</entry>
<entry>
<title>Rename some macros to be more namespace-friendly</title>
<updated>2023-12-15T22:50:43Z</updated>
<author>
<name>q66</name>
</author>
<published>2023-12-15T22:48:58Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=a018052d410126f94c2602b208b099839d333b05'/>
<id>urn:sha1:a018052d410126f94c2602b208b099839d333b05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix missing } for extern "C" when using clang</title>
<updated>2023-12-15T22:43:32Z</updated>
<author>
<name>q66</name>
</author>
<published>2023-12-15T22:42:21Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=95441d2647a149ffa6db4a81c0a19e96e3b56ba5'/>
<id>urn:sha1:95441d2647a149ffa6db4a81c0a19e96e3b56ba5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move wctomb to stdlib.h and disable it for now</title>
<updated>2023-12-15T22:32:37Z</updated>
<author>
<name>q66</name>
</author>
<published>2023-12-15T22:09:31Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=ca2df4878c2539c6a66553df182758a01ebcdcb8'/>
<id>urn:sha1:ca2df4878c2539c6a66553df182758a01ebcdcb8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Guard some conditional stdio APIs with the right macros</title>
<updated>2023-12-15T22:32:23Z</updated>
<author>
<name>q66</name>
</author>
<published>2023-12-15T22:05:29Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=8d090c8a1a86408fa8b54029b97fccd17f9d35d5'/>
<id>urn:sha1:8d090c8a1a86408fa8b54029b97fccd17f9d35d5</id>
<content type='text'>
Fixes https://github.com/jvoisin/fortify-headers/issues/34
</content>
</entry>
<entry>
<title>Do not use static inline for C++ to avoid ODR violations</title>
<updated>2023-12-15T21:50:23Z</updated>
<author>
<name>q66</name>
</author>
<published>2023-12-15T21:42:34Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=c607773a80e6685ab4c922245c33cf2ea5dcfb72'/>
<id>urn:sha1:c607773a80e6685ab4c922245c33cf2ea5dcfb72</id>
<content type='text'>
Fixes https://github.com/jvoisin/fortify-headers/issues/31
</content>
</entry>
<entry>
<title>Add missing include in select.h</title>
<updated>2023-12-15T21:38:21Z</updated>
<author>
<name>q66</name>
</author>
<published>2023-12-15T21:38:09Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=3e00ac383b23479e0df24c531e3128d7076c4755'/>
<id>urn:sha1:3e00ac383b23479e0df24c531e3128d7076c4755</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove superfluous includes</title>
<updated>2023-12-15T21:36:18Z</updated>
<author>
<name>Julien Voisin</name>
</author>
<published>2023-12-15T21:36:18Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=e83bd596459896b9593b392d0f6055b34f45d561'/>
<id>urn:sha1:e83bd596459896b9593b392d0f6055b34f45d561</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove superfluous includes</title>
<updated>2023-12-15T20:41:08Z</updated>
<author>
<name>jvoisin</name>
</author>
<published>2023-12-15T15:08:12Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=57a3e9c1c7507b5ce56122429cc3649009a4ecc7'/>
<id>urn:sha1:57a3e9c1c7507b5ce56122429cc3649009a4ecc7</id>
<content type='text'>
This should fix #32
</content>
</entry>
</feed>
