<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/string, branch OPENBSD_4_5_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_4_5_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_4_5_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2008-08-23T05:34:36+00:00</updated>
<entry>
<title>unbreak wcschr(string, L'\0') which was incorrectly returning NULL</title>
<updated>2008-08-23T05:34:36+00:00</updated>
<author>
<name>djm</name>
<email></email>
</author>
<published>2008-08-23T05:34:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d6b49357a23bf3b25d553524944d17a6d109a9c6'/>
<id>urn:sha1:d6b49357a23bf3b25d553524944d17a6d109a9c6</id>
<content type='text'>
rather than a pointer to the terminating nul; ok deraadt@
</content>
</entry>
<entry>
<title>bcmp(3) tries to return length, which is a size_t, as an int.</title>
<updated>2008-03-19T03:00:23+00:00</updated>
<author>
<name>ray</name>
<email></email>
</author>
<published>2008-03-19T03:00:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ffaeb4385bd768970027074604abaaf23ac9a04e'/>
<id>urn:sha1:ffaeb4385bd768970027074604abaaf23ac9a04e</id>
<content type='text'>
Instead, just return 1 if there is a difference.

Found by lint.

OK millert.
</content>
</entry>
<entry>
<title>- len is size_t, but n uses len and is an int.  Matching those types</title>
<updated>2008-03-15T21:54:09+00:00</updated>
<author>
<name>ray</name>
<email></email>
</author>
<published>2008-03-15T21:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=a8537602a33c58670952fc29ef3a95e13d478746'/>
<id>urn:sha1:a8537602a33c58670952fc29ef3a95e13d478746</id>
<content type='text'>
should be good, plus it prevents weird things from happening if
len &gt; INT_MAX.

- Since n is now size_t, compare it against 0 instead of &gt;= 0.

- temp is used to store individual bytes, so use char instead
(matches fp and tp).

- millert noted that the comma operator may not guarantee order of
execution, so replace with semicolons.

Found by lint, OK millert.
</content>
</entry>
<entry>
<title>Convert c to unsigned char, like it says in the manual.  Also add</title>
<updated>2008-03-15T21:40:39+00:00</updated>
<author>
<name>ray</name>
<email></email>
</author>
<published>2008-03-15T21:40:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=345b0c776379664674cd63535337db1453a25b4d'/>
<id>urn:sha1:345b0c776379664674cd63535337db1453a25b4d</id>
<content type='text'>
cast to make it explicit.

Found by lint, OK millert.
</content>
</entry>
<entry>
<title>typos;  ok jmc@</title>
<updated>2007-11-27T16:22:12+00:00</updated>
<author>
<name>martynas</name>
<email></email>
</author>
<published>2007-11-27T16:22:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=08fce002dfa86ac3b85b3a64a7d1c577e8d6ad01'/>
<id>urn:sha1:08fce002dfa86ac3b85b3a64a7d1c577e8d6ad01</id>
<content type='text'>
sys/dev/pci/pciide.c from naddy@
</content>
</entry>
<entry>
<title>Make sure to use unique target names so that make -j does not break;</title>
<updated>2007-10-25T22:41:02+00:00</updated>
<author>
<name>miod</name>
<email></email>
</author>
<published>2007-10-25T22:41:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=74422770da15213fb8b6c66c769d0ff45860afd6'/>
<id>urn:sha1:74422770da15213fb8b6c66c769d0ff45860afd6</id>
<content type='text'>
feedback and ok espie@
</content>
</entry>
<entry>
<title>add HISTORY; shortened version of diff from Ilya A. Kovalenko</title>
<updated>2007-09-19T16:06:45+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2007-09-19T16:06:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=2ae560938f428b058c0acdfad659933c33942408'/>
<id>urn:sha1:2ae560938f428b058c0acdfad659933c33942408</id>
<content type='text'>
ok millert
</content>
</entry>
<entry>
<title>remove trailing whitespace;</title>
<updated>2007-09-03T16:50:14+00:00</updated>
<author>
<name>jmc</name>
<email></email>
</author>
<published>2007-09-03T16:50:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5bcc2c737c02ba15c72017d1245c3b8403f689ea'/>
<id>urn:sha1:5bcc2c737c02ba15c72017d1245c3b8403f689ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add memrchr(3)</title>
<updated>2007-09-03T14:36:40+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2007-09-03T14:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=6fdd2cf23672d7bc626fee11d4ca588e6882a436'/>
<id>urn:sha1:6fdd2cf23672d7bc626fee11d4ca588e6882a436</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg</title>
<updated>2007-09-02T15:19:18+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2007-09-02T15:19:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4dce4206f0cafd0811f23aedc04a436aa9d145c1'/>
<id>urn:sha1:4dce4206f0cafd0811f23aedc04a436aa9d145c1</id>
<content type='text'>
</content>
</entry>
</feed>
