<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/regress/lib/libc, branch libressl-v2.1.2</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=libressl-v2.1.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2014-12-09T00:49:21+00:00</updated>
<entry>
<title>t_exhaust is too exhausting</title>
<updated>2014-12-09T00:49:21+00:00</updated>
<author>
<name>deraadt</name>
<email></email>
</author>
<published>2014-12-09T00:49:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=86a32cdcb43395c572478d939b651e2ebde35d3c'/>
<id>urn:sha1:86a32cdcb43395c572478d939b651e2ebde35d3c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fill the buffer with 'z' instead of 'a' since 'a' is part of the</title>
<updated>2014-12-03T18:25:18+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2014-12-03T18:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5bd867744f3b6ff22bfd0c0220e0f5599e6e4563'/>
<id>urn:sha1:5bd867744f3b6ff22bfd0c0220e0f5599e6e4563</id>
<content type='text'>
string we are testing.
Add tests to verify that we get SIGSEGV when passed a NULL src or dst.
It is better to crash than for an implementation to check for NULL
and try to recover.
</content>
</entry>
<entry>
<title>Add simple strlcpy regress</title>
<updated>2014-12-02T20:23:05+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2014-12-02T20:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=07f3abc6b65cf95baf1a425dc64b7c187783bfba'/>
<id>urn:sha1:07f3abc6b65cf95baf1a425dc64b7c187783bfba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add simple strlcat regress</title>
<updated>2014-12-02T17:48:34+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2014-12-02T17:48:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f0e91244147c5fb58db81de5452176eff6043b2a'/>
<id>urn:sha1:f0e91244147c5fb58db81de5452176eff6043b2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add strnlen to SUBDIRS so we actually run its tests.</title>
<updated>2014-12-02T17:26:30+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2014-12-02T17:26:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=be33ca734ef2aab9186c9ab0e1279aa6c9e13e33'/>
<id>urn:sha1:be33ca734ef2aab9186c9ab0e1279aa6c9e13e33</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix mmap() calls that check for a result other than MAP_FAILED.</title>
<updated>2014-09-27T06:28:45+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2014-09-27T06:28:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=4e10b99e9f420212b077e11cb4f87d3f1f9e0f75'/>
<id>urn:sha1:4e10b99e9f420212b077e11cb4f87d3f1f9e0f75</id>
<content type='text'>
ok tedu@
</content>
</entry>
<entry>
<title>Add support for word anchors \&lt; and \&gt; to regex regression tests.</title>
<updated>2014-09-21T05:06:23+00:00</updated>
<author>
<name>doug</name>
<email></email>
</author>
<published>2014-09-21T05:06:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=56dc37b8bdfb21f108500e7c42f5d8bb4fe6ec89'/>
<id>urn:sha1:56dc37b8bdfb21f108500e7c42f5d8bb4fe6ec89</id>
<content type='text'>
These are copied from the existing [[:&lt;:]] and [[:&gt;:]] tests.
</content>
</entry>
<entry>
<title>Fix on 32bit platforms where 0xdeadbeef &gt; LONG_MAX.</title>
<updated>2014-09-19T12:32:08+00:00</updated>
<author>
<name>schwarze</name>
<email></email>
</author>
<published>2014-09-19T12:32:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c596853ff8c2542f2681d89b06edf72ad55abf66'/>
<id>urn:sha1:c596853ff8c2542f2681d89b06edf72ad55abf66</id>
<content type='text'>
To avoid making tests machine dependent, only test values inside 32bit
LONG_{MIN,MAX} and outside 64bit LONG_{MIN,MAX}, but none in between.
While here, cover 32bit edge cases, negative values, and overflows.
ok jsing@
</content>
</entry>
<entry>
<title>AF_IMPLINK and AF_BLUETOOTH are gone, but add printing of SOCK_SEQPACKET</title>
<updated>2014-08-10T07:31:58+00:00</updated>
<author>
<name>guenther</name>
<email></email>
</author>
<published>2014-08-10T07:31:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=300962ea0714674cc065b8e16720e04b01654de0'/>
<id>urn:sha1:300962ea0714674cc065b8e16720e04b01654de0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove non-portable __progname extern from arc4random unit test.</title>
<updated>2014-07-28T04:17:07+00:00</updated>
<author>
<name>bcook</name>
<email></email>
</author>
<published>2014-07-28T04:17:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=d1adf2db2a64042bbddd4292f1099948ced5886b'/>
<id>urn:sha1:d1adf2db2a64042bbddd4292f1099948ced5886b</id>
<content type='text'>
ok @deraadt
</content>
</entry>
</feed>
