<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, branch libressl-v2.5.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.5.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.5.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-03-26T09:21:33+00:00</updated>
<entry>
<title>Stop enumeration all allocation functions, just say "allocation functions"</title>
<updated>2017-03-26T09:21:33+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-26T09:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ec59f40a3b14e190dc7b190e492cf63cdb1c8628'/>
<id>urn:sha1:ec59f40a3b14e190dc7b190e492cf63cdb1c8628</id>
<content type='text'>
ok jmc@ deraadt@
</content>
</entry>
<entry>
<title>add a helper function to print all pools #ifdef MALLOC_STATS</title>
<updated>2017-03-24T16:23:05+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-24T16:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=461d6ff4a5d26a1f9df33d390c4adf991ae10616'/>
<id>urn:sha1:461d6ff4a5d26a1f9df33d390c4adf991ae10616</id>
<content type='text'>
from David CARLIER
</content>
</entry>
<entry>
<title>document new recallocarray diagnostic; zap a few diagnostics that should</title>
<updated>2017-03-24T16:17:50+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-24T16:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fdf371b4345601ade1791e202a6db6eeb03aa86e'/>
<id>urn:sha1:fdf371b4345601ade1791e202a6db6eeb03aa86e</id>
<content type='text'>
never occur
</content>
</entry>
<entry>
<title>move recallocarray to malloc.c and</title>
<updated>2017-03-24T16:15:31+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-24T16:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=46f72410b43cd5a1ff1d3da7bb4a7b291baf244b'/>
<id>urn:sha1:46f72410b43cd5a1ff1d3da7bb4a7b291baf244b</id>
<content type='text'>
- use internal meta-data to do more consistency checking (especially with
  option C)
- use cheap free if possible
ok deraadt@
</content>
</entry>
<entry>
<title>remove unneccessary macro;</title>
<updated>2017-03-17T18:33:04+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2017-03-17T18:33:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=e544d3375a158284535329d0e6e1f7e1151f6e7b'/>
<id>urn:sha1:e544d3375a158284535329d0e6e1f7e1151f6e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Strengthen description of recallocarray(3) behaviour, hoping that readers</title>
<updated>2017-03-17T17:00:38+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2017-03-17T17:00:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=39dae6bdc1f4322df23a553b4f3dd1b9e4a7d1b3'/>
<id>urn:sha1:39dae6bdc1f4322df23a553b4f3dd1b9e4a7d1b3</id>
<content type='text'>
make the behaviour -&gt; use case connection.
help from jmc and jsing
</content>
</entry>
<entry>
<title>Some tweaks from jmc@ and describe better what recallocarray does;</title>
<updated>2017-03-07T06:07:50+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-07T06:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cfcfab851673299bea759c10bc1fac9d1cc1c204'/>
<id>urn:sha1:cfcfab851673299bea759c10bc1fac9d1cc1c204</id>
<content type='text'>
help and ok from tom@ and deraadt@
</content>
</entry>
<entry>
<title>Introducing recallocarray(3), a blend of calloc(3) and reallocarray(3)</title>
<updated>2017-03-06T18:44:21+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2017-03-06T18:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0dbf4a31aa2becc157a25e82d3291c6494b3667e'/>
<id>urn:sha1:0dbf4a31aa2becc157a25e82d3291c6494b3667e</id>
<content type='text'>
with the added feature that released memory is cleared. Much input from various
developers. ok deraadt@ tom@
</content>
</entry>
<entry>
<title>size is unsigned so using ==0 not &lt;=0 when checking for buffer exhaustion</title>
<updated>2017-03-06T18:16:27+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2017-03-06T18:16:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ff039d35a200670887f77531569823a1886c89af'/>
<id>urn:sha1:ff039d35a200670887f77531569823a1886c89af</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pull in a change from the bind 8 resolver that fixes a potential</title>
<updated>2017-03-06T18:14:41+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2017-03-06T18:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1baf267ffff48256f940f576b0151fa86e33fb0d'/>
<id>urn:sha1:1baf267ffff48256f940f576b0151fa86e33fb0d</id>
<content type='text'>
crash when given a large hex number as part of the dotted quad.
OK deraadt@ jsg@
</content>
</entry>
</feed>
