<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/net, branch libressl-v3.8.0</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v3.8.0'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-03-25T19:16:34+00:00</updated>
<entry>
<title>Last arg is also a pointer, so pass NULL instead of 0; ok deraadt@</title>
<updated>2023-03-25T19:16:34+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2023-03-25T19:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d602044f9cc1ce8207f11a08720ed12452341e0e'/>
<id>urn:sha1:d602044f9cc1ce8207f11a08720ed12452341e0e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a number of out of bound reads in DNS response parsing.</title>
<updated>2023-03-15T22:12:00+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2023-03-15T22:12:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=9aaf63dd59be570852f43a280e423f6f7b5f9248'/>
<id>urn:sha1:9aaf63dd59be570852f43a280e423f6f7b5f9248</id>
<content type='text'>
Originally from djm@.  OK deraadt@ florian@ bluhm@
</content>
</entry>
<entry>
<title>spelling fixes; from paul tagliamonte</title>
<updated>2022-12-27T17:10:06+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-12-27T17:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=782cd9477d454b4316ad7055e02ac2c645235d94'/>
<id>urn:sha1:782cd9477d454b4316ad7055e02ac2c645235d94</id>
<content type='text'>
any changes not taken noted on tech, but chiefly here i did not take the
cancelation - cancellation changes;
</content>
</entry>
<entry>
<title>tolower(3) guarantees to return its argument unchanged if it's not</title>
<updated>2022-11-16T18:30:12+00:00</updated>
<author>
<name>florian</name>
<email></email>
</author>
<published>2022-11-16T18:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6f8d4c4c4cdd0843000799b6361ddf6edb10edcd'/>
<id>urn:sha1:6f8d4c4c4cdd0843000799b6361ddf6edb10edcd</id>
<content type='text'>
uppercase.
While here use the correct idiom of casting to unsigned char.

OK millert, farewell to ultrix deraadt
</content>
</entry>
<entry>
<title>.Li -&gt; .Vt where appropriate;</title>
<updated>2022-09-11T06:38:11+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-09-11T06:38:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=62590e3e551e5acaf5ee4726dac3ed5fadbdf680'/>
<id>urn:sha1:62590e3e551e5acaf5ee4726dac3ed5fadbdf680</id>
<content type='text'>
from josiah frentsos, tweaked by schwarze

ok schwarze
</content>
</entry>
<entry>
<title>Fix typo in last commit.</title>
<updated>2022-04-13T22:17:33+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2022-04-13T22:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=60db7fb12f9323e67b80cf94592799f1e2f931ea'/>
<id>urn:sha1:60db7fb12f9323e67b80cf94592799f1e2f931ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>inet_net_pton_ipv6: avoid signed vs unsigned comparison</title>
<updated>2022-04-13T16:20:11+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2022-04-13T16:20:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=61604225d69faf376476dc94f932171f19816004'/>
<id>urn:sha1:61604225d69faf376476dc94f932171f19816004</id>
<content type='text'>
Use a temporary variable to store the number of bytes to be copied
(size_t) and also use it as the memcpy(3) length.  Previously we
copied "size" bytes instead of just the necessary number.
OK claudio@ tb@
</content>
</entry>
<entry>
<title>man pages: add missing commas between subordinate and main clauses</title>
<updated>2022-03-31T17:27:26+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2022-03-31T17:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3d8be07546f5ec331a0f851b0ea88212376ebb95'/>
<id>urn:sha1:3d8be07546f5ec331a0f851b0ea88212376ebb95</id>
<content type='text'>
jmc@ dislikes a comma before "then" in a conditional, so leave those
untouched.

ok jmc@
</content>
</entry>
<entry>
<title>man pages: add missing word, The foo() ... -&gt; The foo() function ...</title>
<updated>2022-03-29T18:15:52+00:00</updated>
<author>
<name>naddy</name>
<email></email>
</author>
<published>2022-03-29T18:15:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=bdf85107fe61cee7a4395de94b85298d6592c8ae'/>
<id>urn:sha1:bdf85107fe61cee7a4395de94b85298d6592c8ae</id>
<content type='text'>
ok jmc@ schwarze@
</content>
</entry>
<entry>
<title>A few sys/param.h annotations lacked ALIGNBYTES</title>
<updated>2021-11-29T03:20:37+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2021-11-29T03:20:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=3ff0ca30be40ac85767c463af5dda1f3a1c9fe6e'/>
<id>urn:sha1:3ff0ca30be40ac85767c463af5dda1f3a1c9fe6e</id>
<content type='text'>
</content>
</entry>
</feed>
