<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fortify-headers/include/string.h, branch 0.2</title>
<subtitle>Standalone portable header-based implementation of FORTIFY_SOURCE=3 
</subtitle>
<id>http://git.dustri.org/fortify-headers/atom?h=0.2</id>
<link rel='self' href='http://git.dustri.org/fortify-headers/atom?h=0.2'/>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/'/>
<updated>2015-03-10T16:38:26Z</updated>
<entry>
<title>Fix strncat() and strncpy() mappings</title>
<updated>2015-03-10T16:38:26Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-03-07T11:49:44Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=701d7d3303f7df0ec88bf8275c6c78d172556e30'/>
<id>urn:sha1:701d7d3303f7df0ec88bf8275c6c78d172556e30</id>
<content type='text'>
Thanks zhasha.
</content>
</entry>
<entry>
<title>Clarify comment a bit</title>
<updated>2015-02-25T10:35:16Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-02-25T10:35:16Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=74ab2844967648a4e618467237480c6aba37b166'/>
<id>urn:sha1:74ab2844967648a4e618467237480c6aba37b166</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove compile time checks</title>
<updated>2015-02-24T18:14:33Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-02-24T18:12:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=eecef18261cc278fbc13ecbfb4e5bc10762cc794'/>
<id>urn:sha1:eecef18261cc278fbc13ecbfb4e5bc10762cc794</id>
<content type='text'>
These can produce false positives.  Given that we support fortify
source level 1 we shouldn't break valid code.
</content>
</entry>
<entry>
<title>Remove header license comments</title>
<updated>2015-02-22T09:39:43Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-02-22T09:39:37Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=c1734bf20671b1c45d6964e34b85d954e2620b88'/>
<id>urn:sha1:c1734bf20671b1c45d6964e34b85d954e2620b88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remember to #undef __errordecl</title>
<updated>2015-02-04T18:06:57Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-02-04T18:06:57Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=6e4f53a3f50eb987fb5a7657b2ba4eecbfac0557'/>
<id>urn:sha1:6e4f53a3f50eb987fb5a7657b2ba4eecbfac0557</id>
<content type='text'>
Thanks zhasha for spotting this.
</content>
</entry>
<entry>
<title>Style fix</title>
<updated>2015-02-04T15:13:38Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-02-04T15:12:50Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=87f56f70d77945c284490ce779ddff0c64343e41'/>
<id>urn:sha1:87f56f70d77945c284490ce779ddff0c64343e41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove __restrict</title>
<updated>2015-01-30T16:25:13Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-01-30T16:25:13Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=e4fe187649888bfa54dd92e4c6b85683579058e8'/>
<id>urn:sha1:e4fe187649888bfa54dd92e4c6b85683579058e8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix typo</title>
<updated>2015-01-29T20:41:17Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-01-29T20:41:17Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=03289c3954f5a61643e0fbcbce901487c7c4037a'/>
<id>urn:sha1:03289c3954f5a61643e0fbcbce901487c7c4037a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow dest == src in memcpy()</title>
<updated>2015-01-29T17:55:03Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-01-29T17:55:03Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=0784beab029ba53201ef93a601cb8c10d6aaca7f'/>
<id>urn:sha1:0784beab029ba53201ef93a601cb8c10d6aaca7f</id>
<content type='text'>
memcpy() needs to accept dest == src for gcc.
struct foo a, b; a = a; might be implemented using memcpy().
</content>
</entry>
<entry>
<title>Add compile-time checks as well</title>
<updated>2015-01-29T12:42:41Z</updated>
<author>
<name>sin</name>
</author>
<published>2015-01-29T12:42:41Z</published>
<link rel='alternate' type='text/html' href='http://git.dustri.org/fortify-headers/commit/?id=474f2887ce756bb5a14defb25e67b89678be0b8c'/>
<id>urn:sha1:474f2887ce756bb5a14defb25e67b89678be0b8c</id>
<content type='text'>
</content>
</entry>
</feed>
