<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/objects/o_names.c, branch OPENBSD_6_8_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_6_8_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2017-01-29T17:49:23+00:00</updated>
<entry>
<title>Send the function codes from the error functions to the bit bucket,</title>
<updated>2017-01-29T17:49:23+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2017-01-29T17:49:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1f47bd292f36094480caa49ada36b99a69c59b0'/>
<id>urn:sha1:d1f47bd292f36094480caa49ada36b99a69c59b0</id>
<content type='text'>
as was done earlier in libssl. Thanks inoguchi@ for noticing
libssl had more reacharounds into this.
ok jsing@ inoguchi@
</content>
</entry>
<entry>
<title>Coverity ID 78910 - Yet another stupid API designed to not show failures. do the</title>
<updated>2015-07-18T21:21:28+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-07-18T21:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7510bf41ec4cdda3b3749905b51625fff4d6979e'/>
<id>urn:sha1:7510bf41ec4cdda3b3749905b51625fff4d6979e</id>
<content type='text'>
lease worst alternative and do nothing rather than dereference NULL, but having
a function with fundamentally broken API to simply make a list of strings, sort them,
and call a function with each string as an argument is really quite silly....

and of course it was exposed API that the ecosystem uses that we can't delete.. yet.

ok miod@ doug@
</content>
</entry>
<entry>
<title>Remove more IMPLEMENT_STACK_OF noops that have been hiding for the last</title>
<updated>2015-02-10T11:22:22+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-10T11:22:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6'/>
<id>urn:sha1:f615895acf9eb579a4183eb9a32ea5ab0e2d7cb6</id>
<content type='text'>
15 years.
</content>
</entry>
<entry>
<title>Check the result of sk_*_push() operations for failure.</title>
<updated>2014-10-28T05:46:56+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2014-10-28T05:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=794dcf073b734d649d7b5d30916d7a3ae919b66e'/>
<id>urn:sha1:794dcf073b734d649d7b5d30916d7a3ae919b66e</id>
<content type='text'>
ok doug@ jsing@
</content>
</entry>
<entry>
<title>tags as requested by miod and tedu</title>
<updated>2014-06-12T15:49:31+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-12T15:49:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=59f4f2c61d71e266d37dd2fc97615b3fd35b4721'/>
<id>urn:sha1:59f4f2c61d71e266d37dd2fc97615b3fd35b4721</id>
<content type='text'>
</content>
</entry>
<entry>
<title>malloc() result does not need a cast.</title>
<updated>2014-06-07T14:41:57+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-06-07T14:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=800fbde652d67326eeb163d56d8f72ebb239b3c4'/>
<id>urn:sha1:800fbde652d67326eeb163d56d8f72ebb239b3c4</id>
<content type='text'>
ok miod
</content>
</entry>
<entry>
<title>convert 53 malloc(a*b) to reallocarray(NULL, a, b).  that is 53</title>
<updated>2014-05-29T21:07:43+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-05-29T21:07:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=642d45ae22413aa8195b105d051ca8896e782c5d'/>
<id>urn:sha1:642d45ae22413aa8195b105d051ca8896e782c5d</id>
<content type='text'>
potential integer overflows easily changed into an allocation return
of NULL, with errno nicely set if need be.  checks for an allocations
returning NULL are commonplace, or if the object is dereferenced
(quite normal) will result in a nice fault which can be detected &amp;
repaired properly.
ok tedu
</content>
</entry>
<entry>
<title>Turn off MemCheck_on and MemCheck_off. These calls are pointless since the</title>
<updated>2014-05-25T13:32:51+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-25T13:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=b4172b119e1214a4043f54783f0e2edb590ddc4b'/>
<id>urn:sha1:b4172b119e1214a4043f54783f0e2edb590ddc4b</id>
<content type='text'>
crypto memory debugging code has been castrated.

ok miod@ "kill it" beck@
</content>
</entry>
<entry>
<title>Almost nothing actually needs to include &lt;openssl/e_os2.h&gt;, however by</title>
<updated>2014-05-24T09:16:08+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-05-24T09:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=81c3704f0fa44495d3a569a9f2c35b5bf8bef3be'/>
<id>urn:sha1:81c3704f0fa44495d3a569a9f2c35b5bf8bef3be</id>
<content type='text'>
including it they get &lt;openssl/opensslconf.h&gt;. So instead of pulling in
&lt;openssl/e_os2.h&gt;, just pull in &lt;openssl/opensslconf.h&gt;.

"go ahead" miod@
</content>
</entry>
<entry>
<title>KNF.</title>
<updated>2014-04-19T16:44:36+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2014-04-19T16:44:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c19c4375e3f8dfc462fa78b0d62b1892f06af5ff'/>
<id>urn:sha1:c19c4375e3f8dfc462fa78b0d62b1892f06af5ff</id>
<content type='text'>
</content>
</entry>
</feed>
