<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/stdlib, branch libressl-v2.3.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.3.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.3.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2016-01-26T15:44:28+00:00</updated>
<entry>
<title>Don't crash dumping malloc stats if malloc_init hasn't been called, noted by</title>
<updated>2016-01-26T15:44:28+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2016-01-26T15:44:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7dd2931bc4345541724ce4f62b54914fbc4e0274'/>
<id>urn:sha1:7dd2931bc4345541724ce4f62b54914fbc4e0274</id>
<content type='text'>
David CARLIER
</content>
</entry>
<entry>
<title>Long ago, malloc internally had two kinds of failures, warnings and errors.</title>
<updated>2016-01-06T17:57:22+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2016-01-06T17:57:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d2d3923b962fcdc33d76e08bb585d64d78b0a09f'/>
<id>urn:sha1:d2d3923b962fcdc33d76e08bb585d64d78b0a09f</id>
<content type='text'>
The 'A' option elevated warnings to errors, and has been the default for some
time. Then warnings were effectively eliminated in favor of everything
being an error, but then the 'a' flag turned real errors into warnings!
Remove the 'a' option entirely. You shouldn't have used it anyway.
ok tb tdeval
</content>
</entry>
<entry>
<title>Follow style(9) and drop lint /* NOTREACHED */ annotations from</title>
<updated>2016-01-04T19:43:13+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2016-01-04T19:43:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0d944e745b286c8b496cde9e6ef33728246bf5b4'/>
<id>urn:sha1:0d944e745b286c8b496cde9e6ef33728246bf5b4</id>
<content type='text'>
the examples.

Diff from Juuso Lapinlampi &lt; wub () partyvan ! eu &gt;, thanks!

ok schwarze@
</content>
</entry>
<entry>
<title>another case where bad things would happen after wrterror</title>
<updated>2015-12-30T06:04:39+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2015-12-30T06:04:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9db9334bfd2327783d1ec88b9a740fa95f9c31aa'/>
<id>urn:sha1:9db9334bfd2327783d1ec88b9a740fa95f9c31aa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>if somebody makes the mistake of disabling abort, don't deref null in</title>
<updated>2015-12-30T06:01:18+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2015-12-30T06:01:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=43d3e77da291417f1d53ae05da95959b45334cb5'/>
<id>urn:sha1:43d3e77da291417f1d53ae05da95959b45334cb5</id>
<content type='text'>
validate_junk. from Michal Mazurek
</content>
</entry>
<entry>
<title>Remove NULL-checks before free() and a few related dead assignments.</title>
<updated>2015-12-28T22:08:18+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2015-12-28T22:08:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=70faac3485d844275c45acf2ad85cab3c2fa242d'/>
<id>urn:sha1:70faac3485d844275c45acf2ad85cab3c2fa242d</id>
<content type='text'>
ok and valuable input from millert@
</content>
</entry>
<entry>
<title>remove unused variable</title>
<updated>2015-12-27T01:26:47+00:00</updated>
<author>
<name>chl</name>
<email></email>
</author>
<published>2015-12-27T01:26:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6b414d506e221ea1190c048c5ffb75db2f9abc46'/>
<id>urn:sha1:6b414d506e221ea1190c048c5ffb75db2f9abc46</id>
<content type='text'>
ok tedu@
</content>
</entry>
<entry>
<title>Simplify return call of rand() and rand_r() to make it easier to read.</title>
<updated>2015-12-18T08:52:34+00:00</updated>
<author>
<name>tb</name>
<email></email>
</author>
<published>2015-12-18T08:52:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c7a8e75acdb875a1202fe9fcd79e35d82382797c'/>
<id>urn:sha1:c7a8e75acdb875a1202fe9fcd79e35d82382797c</id>
<content type='text'>
This is slightly less robust, but RAND_MAX must be one below a power
of two in both variants anyway.

Based on a suggestion by Matthew Martin.

ok tedu@
</content>
</entry>
<entry>
<title>tiny sanity check on file size</title>
<updated>2015-12-10T18:06:06+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2015-12-10T18:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7e11303a51c358b504ee6f324c6150129fbb225a'/>
<id>urn:sha1:7e11303a51c358b504ee6f324c6150129fbb225a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Integrate two patches originally from Daniel Micay.</title>
<updated>2015-12-09T02:45:23+00:00</updated>
<author>
<name>tedu</name>
<email></email>
</author>
<published>2015-12-09T02:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=26ccd614b42fd7f690774eaed50c06d0e092e82f'/>
<id>urn:sha1:26ccd614b42fd7f690774eaed50c06d0e092e82f</id>
<content type='text'>
1. Optionally add random "canaries" to the end of an allocation. This
requires increasing the internal size of the allocation slightly, which
probably results in a large effective increase with current power of two
sizing. Therefore, this option is only enabled via 'C'.
2. When writing junk (0xdf) to freed chunks (current default behavior),
check that the junk is still intact when finally freeing the delayed chunk
to catch some potential use after free. This should be pretty cheap so
there's no option to control it separately.
ok deraadt tb
</content>
</entry>
</feed>
