<feed xmlns='http://www.w3.org/2005/Atom'>
<title>wireguard-openbsd/gnu/lib/libiberty, branch master</title>
<subtitle>WireGuard implementation for the OpenBSD kernel</subtitle>
<id>https://git.zx2c4.com/wireguard-openbsd/atom/gnu/lib/libiberty?h=master</id>
<link rel='self' href='https://git.zx2c4.com/wireguard-openbsd/atom/gnu/lib/libiberty?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/'/>
<updated>2018-09-14T13:37:52Z</updated>
<entry>
<title>Pass CC/CFLAGS/LDFLAGS to the configure script.  ok millert@</title>
<updated>2018-09-14T13:37:52Z</updated>
<author>
<name>naddy</name>
<email>naddy@openbsd.org</email>
</author>
<published>2018-09-14T13:37:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=bc4695b6e47a1a207c6153d2f7cd84f5610413ac'/>
<id>urn:sha1:bc4695b6e47a1a207c6153d2f7cd84f5610413ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>provide missing prototypes</title>
<updated>2017-07-28T08:26:12Z</updated>
<author>
<name>espie</name>
<email>espie@openbsd.org</email>
</author>
<published>2017-07-28T08:26:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=c3d06a32ae101e66e5f91584bf2c64d053884853'/>
<id>urn:sha1:c3d06a32ae101e66e5f91584bf2c64d053884853</id>
<content type='text'>
this may actually result in bogus error messages, because int != char*

okay jca@
</content>
</entry>
<entry>
<title>remove misc. depend and yacc nits that no longer matter.</title>
<updated>2017-07-10T21:30:37Z</updated>
<author>
<name>espie</name>
<email>espie@openbsd.org</email>
</author>
<published>2017-07-10T21:30:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2b34b792e55b659a7168c780c629dee63188f9a4'/>
<id>urn:sha1:2b34b792e55b659a7168c780c629dee63188f9a4</id>
<content type='text'>
okay millert@
</content>
</entry>
<entry>
<title>Make libiberty test programs compile and run without segfault.</title>
<updated>2017-06-23T20:57:51Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2017-06-23T20:57:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=0fb20bf6d6cddd6a78c1d4d7a1d63e7277f390f8'/>
<id>urn:sha1:0fb20bf6d6cddd6a78c1d4d7a1d63e7277f390f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mark files as BUILDFIRST, or write explicit dependencies, so that most</title>
<updated>2017-06-16T10:25:54Z</updated>
<author>
<name>espie</name>
<email>espie@openbsd.org</email>
</author>
<published>2017-06-16T10:25:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=2eaa2fe8e4c975f189b35b9684cb933b44b1d989'/>
<id>urn:sha1:2eaa2fe8e4c975f189b35b9684cb933b44b1d989</id>
<content type='text'>
programs will build even without a make depend first.
okay tb@ millert@
</content>
</entry>
<entry>
<title>quote ${CC} expansion, from andreas.kahari at icm uu se, ok mpi@</title>
<updated>2016-01-20T12:45:16Z</updated>
<author>
<name>sthen</name>
<email>sthen@openbsd.org</email>
</author>
<published>2016-01-20T12:45:16Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=1a66ca29ca2cdaff64025ec41cc2013e40fdf9b1'/>
<id>urn:sha1:1a66ca29ca2cdaff64025ec41cc2013e40fdf9b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>On xmalloc failure, stop trying to determine the total amount of allocated</title>
<updated>2015-10-20T11:15:07Z</updated>
<author>
<name>pascal</name>
<email>pascal@openbsd.org</email>
</author>
<published>2015-10-20T11:15:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=31b08222e46a5c824d06574863b8f73c72aea677'/>
<id>urn:sha1:31b08222e46a5c824d06574863b8f73c72aea677</id>
<content type='text'>
memory up to this point by using sbrk(2).  This is of course wildly incorrect
for any mmap-based malloc(3).

This also makes it possible to bring pledge(2) to gnu/.

comments kettenis@, ok miod@
</content>
</entry>
<entry>
<title>Fix CVE-2012-3509, an integer overflow in libiberty, leading to</title>
<updated>2015-06-11T17:33:35Z</updated>
<author>
<name>bluhm</name>
<email>bluhm@openbsd.org</email>
</author>
<published>2015-06-11T17:33:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=483f9b85c592a4b6529cdf768372384b6072c25a'/>
<id>urn:sha1:483f9b85c592a4b6529cdf768372384b6072c25a</id>
<content type='text'>
heap-buffer overflow.
From Sebastian Trahm;  OK deraadt@
</content>
</entry>
<entry>
<title>Prefer strdup() to malloc() + strcpy() and ftello() to ftell()</title>
<updated>2015-01-19T19:46:55Z</updated>
<author>
<name>miod</name>
<email>miod@openbsd.org</email>
</author>
<published>2015-01-19T19:46:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=781be6a6d45d9bdf749c8beb196154076430c262'/>
<id>urn:sha1:781be6a6d45d9bdf749c8beb196154076430c262</id>
<content type='text'>
ok deraadt@ guenther@ millert@
</content>
</entry>
<entry>
<title>Finally ``revert'' to the recent pexecute interface, now that we do not need</title>
<updated>2014-08-31T01:04:01Z</updated>
<author>
<name>miod</name>
<email>miod@openbsd.org</email>
</author>
<published>2014-08-31T01:04:01Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/wireguard-openbsd/commit/?id=818008ffd38078a57786dd06fb82f922e4bf4cb8'/>
<id>urn:sha1:818008ffd38078a57786dd06fb82f922e4bf4cb8</id>
<content type='text'>
to support gcc 2.95. Tested on gcc 3 and gcc 4 platforms, riding on the
major bump.
</content>
</entry>
</feed>
