<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libcrypto/bio, branch libressl-v2.4.1</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.4.1</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.4.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2015-12-23T20:37:23+00:00</updated>
<entry>
<title>remove NULL-checks before free()</title>
<updated>2015-12-23T20:37:23+00:00</updated>
<author>
<name>mmcc</name>
<email></email>
</author>
<published>2015-12-23T20:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0acfd6965d2e7de3e9d3fff1348f689e59164fb7'/>
<id>urn:sha1:0acfd6965d2e7de3e9d3fff1348f689e59164fb7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Pull in &lt;sys/types.h&gt; to get ssize_t or &lt;stdint.h&gt; to get uint32_t, instead of</title>
<updated>2015-10-30T15:45:57+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-10-30T15:45:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4'/>
<id>urn:sha1:3cbb3da64158d1286f96a7bf85e0f6d45fe7e0d4</id>
<content type='text'>
relying upon previously included headers to do this, to enhance portability;
from Pascal Cuoq, libressl github pull request #52
</content>
</entry>
<entry>
<title>Correct #if/else logic in BIO's dgram_ctrl.</title>
<updated>2015-07-20T23:15:28+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-07-20T23:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=aa53e4f026125a45505a1c6b03873d7676bd2fcb'/>
<id>urn:sha1:aa53e4f026125a45505a1c6b03873d7676bd2fcb</id>
<content type='text'>
Coverity issue 72741 noticed that ret is being overwritten before use.
The actual issue is that the #if/else logic is guarding the wrong
lines.  Besides impacting ret, this also made the case's break logic
wrong because it was in the wrong location.

ok bcook@ beck@
</content>
</entry>
<entry>
<title>Drop stupid (int) casts for the arguments of malloc() and friends. This is</title>
<updated>2015-07-19T18:29:31+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2015-07-19T18:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a24b14b6bf2c04501ea84182a52caa5bf2ae7635'/>
<id>urn:sha1:a24b14b6bf2c04501ea84182a52caa5bf2ae7635</id>
<content type='text'>
not 16-bit MS-DOS anymore.
ok bcook@ tedu@
</content>
</entry>
<entry>
<title>Fix Coverity 72742 - ret is overwritten immediately after this.</title>
<updated>2015-07-19T01:18:17+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-07-19T01:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=cb02139d5c697e3f07cb74f1a5c182020774d9d8'/>
<id>urn:sha1:cb02139d5c697e3f07cb74f1a5c182020774d9d8</id>
<content type='text'>
ok doug@
</content>
</entry>
<entry>
<title>Dead code, Coverity 78798</title>
<updated>2015-07-18T22:09:30+00:00</updated>
<author>
<name>beck</name>
<email></email>
</author>
<published>2015-07-18T22:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=eb210a691b5084658a753928a950eb5c4f677428'/>
<id>urn:sha1:eb210a691b5084658a753928a950eb5c4f677428</id>
<content type='text'>
ok bcook@ doug@
</content>
</entry>
<entry>
<title>Fix warning on vax due to old gcc.</title>
<updated>2015-06-20T01:17:27+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-06-20T01:17:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d63a5f3583c065cc98250e7d8100b84dd8e7bfe7'/>
<id>urn:sha1:d63a5f3583c065cc98250e7d8100b84dd8e7bfe7</id>
<content type='text'>
Old gcc warns when parameters have the same names as functions.  Noticed
by deraadt@.

ok deraadt@ jsing@
</content>
</entry>
<entry>
<title>Do not need to buf[0] = 0 before strlcpy(buf, ...</title>
<updated>2015-04-23T06:11:19+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2015-04-23T06:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3df6efe196d3800ced15968c2150a1178d09a381'/>
<id>urn:sha1:3df6efe196d3800ced15968c2150a1178d09a381</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix indentation that incorrectly implies a different control flow.</title>
<updated>2015-03-21T08:05:20+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2015-03-21T08:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=49c3a24c899173341c1bbdfe1fe50329dc016723'/>
<id>urn:sha1:49c3a24c899173341c1bbdfe1fe50329dc016723</id>
<content type='text'>
The actual control flow is intentional while the indenting is incorrect.
This is intended to be a cosmetic change.

Verified that each of these was part of a KNF commit that wasn't intending
to change behavior.  Also, double checked against the history of changes in
OpenSSL and BoringSSL.

Addresses Coverity CIDs: 78842, 78859, 78863.

ok tedu@
</content>
</entry>
<entry>
<title>If you do not support POSIX I/O then you're not tall enough to ride...</title>
<updated>2015-02-12T03:54:07+00:00</updated>
<author>
<name>jsing</name>
<email></email>
</author>
<published>2015-02-12T03:54:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=1c7b61ccfe1cdbe10dcf7459d3bc363f5c3c6b4d'/>
<id>urn:sha1:1c7b61ccfe1cdbe10dcf7459d3bc363f5c3c6b4d</id>
<content type='text'>
ok tedu@
</content>
</entry>
</feed>
