<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc, branch OPENBSD_7_3_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_7_3_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_7_3_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2023-03-15T22:12:00+00:00</updated>
<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>There is no reason to-be-cleared chunks cannot participate in delayed</title>
<updated>2023-02-27T06:47:54+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2023-02-27T06:47:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=032d39733479c0b7db78a1a06084ac375ca976f6'/>
<id>urn:sha1:032d39733479c0b7db78a1a06084ac375ca976f6</id>
<content type='text'>
freeing; ok tb@
</content>
</entry>
<entry>
<title>Change the way malloc_init() works so that the main data structures</title>
<updated>2022-12-27T17:31:09+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2022-12-27T17:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=729a541ba9157f5173003981ee57625e240b5a6f'/>
<id>urn:sha1:729a541ba9157f5173003981ee57625e240b5a6f</id>
<content type='text'>
can be made immutable to provide extra protection.  Also init pools
on-demand: only pools that are actually used are initialized.

Tested by many
</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>In __cxa_atexit(), there is no need to initialize local pointer before</title>
<updated>2022-10-22T15:21:25+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2022-10-22T15:21:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=425b9864e075e414ba80737267bd09efdff37c1f'/>
<id>urn:sha1:425b9864e075e414ba80737267bd09efdff37c1f</id>
<content type='text'>
the lock, when it is correctly initialized after the lock
ok otto millert
</content>
</entry>
<entry>
<title>put the malloc_readonly struct into the "openbsd.mutable" section, so</title>
<updated>2022-10-14T04:38:39+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2022-10-14T04:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=fa629fb86c1178c43a56145cd374cbe7e8948275'/>
<id>urn:sha1:fa629fb86c1178c43a56145cd374cbe7e8948275</id>
<content type='text'>
that the kernel and ld.so will know not to mark it immutable.  malloc
handles the read/write transitions by itself.
</content>
</entry>
<entry>
<title>use Fn rather than Nm for swab(); from josiah frentsos</title>
<updated>2022-09-28T20:27:12+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2022-09-28T20:27:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=438c86053ebb0aa2325bca974e8d290d8bb1691a'/>
<id>urn:sha1:438c86053ebb0aa2325bca974e8d290d8bb1691a</id>
<content type='text'>
</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>remove unused blowfish inline defines</title>
<updated>2022-08-28T11:11:25+00:00</updated>
<author>
<name>jsg</name>
<email></email>
</author>
<published>2022-08-28T11:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=21ac1a3f8ac56e297a168e569f198ea39da46619'/>
<id>urn:sha1:21ac1a3f8ac56e297a168e569f198ea39da46619</id>
<content type='text'>
inline use was removed in 1998
</content>
</entry>
</feed>
