<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libc, branch releng/6.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=releng%2F6.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2009-04-22T14:07:14Z</updated>
<entry>
<title>Don't leak information via uninitialized space in db(3) records. [09:07]</title>
<updated>2009-04-22T14:07:14Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2009-04-22T14:07:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=5186ccc403b38db31bf42f14e5c68ca8142200b2'/>
<id>urn:sha1:5186ccc403b38db31bf42f14e5c68ca8142200b2</id>
<content type='text'>
Sanity-check string lengths in order to stop OpenSSL crashing
when printing corrupt BMPString or UniversalString objects. [09:08]

Security:	FreeBSD-SA-09:07.libc
Security:	FreeBSD-SA-09:08.openssl
Security:	CVE-2009-0590
Approved by:	re (kensmith)
Approved by:	so (cperciva)
</content>
</entry>
<entry>
<title>Fix issues which allow snooping on ptys. [08:01]</title>
<updated>2008-01-14T22:56:18Z</updated>
<author>
<name>Colin Percival</name>
<email>cperciva@FreeBSD.org</email>
</author>
<published>2008-01-14T22:56:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8a642c942537948321b98d23d9b86586055b3345'/>
<id>urn:sha1:8a642c942537948321b98d23d9b86586055b3345</id>
<content type='text'>
Fix an off-by-one error in inet_network(3). [08:02]

Security: FreeBSD-SA-08:01.pty
Security: FreeBSD-SA-08:02.libc
Approved by:	re (kensmith)
Thanks to:	re@ for being so patient with us holding up the release
</content>
</entry>
<entry>
<title>MFC: Update posix_openpt(3) to handle 512 ptys.</title>
<updated>2007-12-18T00:36:21Z</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>2007-12-18T00:36:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=46e6d5f62876bd2ccebe729c529e7e529e4fbd2a'/>
<id>urn:sha1:46e6d5f62876bd2ccebe729c529e7e529e4fbd2a</id>
<content type='text'>
Approved by:	re (gnn)
</content>
</entry>
<entry>
<title>- Put __mb_sb_limit symbol back to libc to ease users' pain when upgrading</title>
<updated>2007-11-26T03:29:17Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2007-11-26T03:29:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=511f2283f06def3dd5e2373113549c373c1c5cb2'/>
<id>urn:sha1:511f2283f06def3dd5e2373113549c373c1c5cb2</id>
<content type='text'>
  their 6-STABLE system. This is necessary because we have this symbol
  exported between 20071025 and 20071030. Binaries built during that perios
  will be broken after 602115.

Requested by:	many
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6_3'.</title>
<updated>2007-11-24T19:45:58Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-11-24T19:45:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0ef2db398f8ee2f0433eb121c3590cb4288b9a04'/>
<id>urn:sha1:0ef2db398f8ee2f0433eb121c3590cb4288b9a04</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_6_3'.</title>
<updated>2007-11-21T01:31:51Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2007-11-21T01:31:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d18bde58859c9e18fddc82c281f05d9722bf5377'/>
<id>urn:sha1:d18bde58859c9e18fddc82c281f05d9722bf5377</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Back out previous ctype(3) fix for UTF-8 locale due to forward ABI</title>
<updated>2007-11-21T01:31:49Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2007-11-21T01:31:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b718b356e1ebf1d830c22801948eee442d131385'/>
<id>urn:sha1:b718b356e1ebf1d830c22801948eee442d131385</id>
<content type='text'>
  compatibility is still broken as we add new symbols to libc. Those
  symboles are __sbmaskrune, __sbistype, __sbtoupper and __sbtolower.
  The latter three are directly referred by binaries use ctype(3) family
  functions (see include/ctype.h for details). This means if a binary
  built on 6.3, it uses these symbols that are not available on older
  system.
- As this has been in 6 for a month, I intentionally leave these symbols
  in libc but map them to original version. So binary built after 602113
  will not be broken after this commit.
- Bump __FreeBSD_version for this back-out

PR:		116363
Discussed with:	kris, kensmith
Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>MFC Add pathname to the linker_file structure.</title>
<updated>2007-11-18T00:15:32Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>2007-11-18T00:15:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=98ad88d25e5ab09582f7d7e5a096662ba463cd8c'/>
<id>urn:sha1:98ad88d25e5ab09582f7d7e5a096662ba463cd8c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC rev 1.33 getaddrinfo.3</title>
<updated>2007-11-11T11:57:11Z</updated>
<author>
<name>Remko Lodder</name>
<email>remko@FreeBSD.org</email>
</author>
<published>2007-11-11T11:57:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=57db3196148a9a0ba35a1068c1a6359be695a0c5'/>
<id>urn:sha1:57db3196148a9a0ba35a1068c1a6359be695a0c5</id>
<content type='text'>
  Document getaddrinfo(3)'s AI_ADDRCONFIG

  PR: docs/78357
  Submitted by: Matthias Andree &lt;matthias dot andree at gmx dot de&gt;
  Patch by: asmodai
</content>
</entry>
<entry>
<title>MFC minherit.2 -r 1.22-1.24</title>
<updated>2007-11-04T15:12:04Z</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2007-11-04T15:12:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=50a7fa2d181720803049d325dce0c9c542191513'/>
<id>urn:sha1:50a7fa2d181720803049d325dce0c9c542191513</id>
<content type='text'>
</content>
</entry>
</feed>
