<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test/sys, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/'/>
<updated>2016-12-22T16:19:05Z</updated>
<entry>
<title>Fix multiple vulnerabilities of ntp.</title>
<updated>2016-12-22T16:19:05Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-12-22T16:19:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=2a3488342441b3296995c8a9eca705a468d0eff0'/>
<id>urn:sha1:2a3488342441b3296995c8a9eca705a468d0eff0</id>
<content type='text'>
Approved by:	so
</content>
</entry>
<entry>
<title>Merge r309688: address regressions in SA-16:37.libc.</title>
<updated>2016-12-07T23:32:42Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2016-12-07T23:32:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=59570923bc07f0e74f90b47bd0e10dc5db508d4a'/>
<id>urn:sha1:59570923bc07f0e74f90b47bd0e10dc5db508d4a</id>
<content type='text'>
PR:		215105
Submitted by:	&lt;jtd2004a sbcglobal.net&gt;
Approved by:	so
</content>
</entry>
<entry>
<title>Fix possible login(1) argument injection in telnetd(8). [SA-16:36]</title>
<updated>2016-12-06T18:49:54Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2016-12-06T18:49:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=69f6fd216112cfb7c6a0c41120f584fa55f69043'/>
<id>urn:sha1:69f6fd216112cfb7c6a0c41120f584fa55f69043</id>
<content type='text'>
Fix link_ntoa(3) buffer overflow in libc. [SA-16:37]
Fix possible escape from bhyve(8) virtual machine. [SA-16:38]
Fix warnings about valid time zone abbreviations. [EN-16:19]
Update timezone database information. [EN-16:20]

Security:	FreeBSD-SA-16:36.telnetd
Security:	FreeBSD-SA-16:37.libc
Security:	FreeBSD-SA-16:38.bhyve
Errata Notice:	FreeBSD-EN-16:19.tzcode
Errata Notice:	FreeBSD-EN-16:20.tzdata
Approved by:	so
</content>
</entry>
<entry>
<title>Fix OpenSSL remote DoS vulnerability. [SA-16:35]</title>
<updated>2016-11-02T07:24:14Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-11-02T07:24:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=116b0b292106f3b9df76333f70bcaceeae975c2e'/>
<id>urn:sha1:116b0b292106f3b9df76333f70bcaceeae975c2e</id>
<content type='text'>
Security:	FreeBSD-SA-16:35.openssl
Approved by:	so
</content>
</entry>
<entry>
<title>Revised SA-16:15.  The initial patch didn't cover all possible overflows</title>
<updated>2016-10-25T17:11:11Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2016-10-25T17:11:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=5b8145031bc378f69708568b1ca9b231f7fe6fba'/>
<id>urn:sha1:5b8145031bc378f69708568b1ca9b231f7fe6fba</id>
<content type='text'>
based on passing incorrect parameters to sysarch(2).

Security:	SA-16:15
Approved by:	so
</content>
</entry>
<entry>
<title>Fix bspatch heap overflow vulnerability. [SA-16:29]</title>
<updated>2016-10-10T07:18:54Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-10-10T07:18:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=a4dba4499eb53b4fc523136f83d9d89e0679bbad'/>
<id>urn:sha1:a4dba4499eb53b4fc523136f83d9d89e0679bbad</id>
<content type='text'>
Fix multiple portsnap vulnerabilities. [SA-16:30]

Fix multiple libarchive vulnerabilities. [SA-16:31]

Approved by:	so
</content>
</entry>
<entry>
<title>Apply upstream revision 3612ff6fcec0e3d1f2a598135fe12177c0419582:</title>
<updated>2016-09-26T08:21:29Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-09-26T08:21:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=bd13449135004b56cee028bfcb855ed98002d618'/>
<id>urn:sha1:bd13449135004b56cee028bfcb855ed98002d618</id>
<content type='text'>
Fix overflow check in BN_bn2dec()
Fix an off by one error in the overflow check added by 07bed46
("Check for errors in BN_bn2dec()").

This fixes a regression introduced in SA-16:26.openssl.

Submitted by:	jkim
PR:		212921
Approved by:	so
</content>
</entry>
<entry>
<title>Fix multiple OpenSSL vulnerabilitites.</title>
<updated>2016-09-23T07:48:34Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-09-23T07:48:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=914da52d79324dbbcd443e0e7dc2ef3b68d1370a'/>
<id>urn:sha1:914da52d79324dbbcd443e0e7dc2ef3b68d1370a</id>
<content type='text'>
Approved by:	so
Security:	FreeBSD-SA-16:26.openssl
</content>
</entry>
<entry>
<title>Fix bspatch heap overflow vulnerability. [SA-16:25]</title>
<updated>2016-07-25T15:04:17Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-07-25T15:04:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=3ace7cd42a3aedf152e9a3822bca4dfc9c7cd27c'/>
<id>urn:sha1:3ace7cd42a3aedf152e9a3822bca4dfc9c7cd27c</id>
<content type='text'>
Fix freebsd-update(8) support of FreeBSD 11.0 release
distribution. [EN-16:09]

Approved by:	so
</content>
</entry>
<entry>
<title>Fix multiple ntp vulnerabilities.</title>
<updated>2016-06-04T05:46:52Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2016-06-04T05:46:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test/commit/?id=fea4cba0ec1a17957b5bac4a059f519c1e53e372'/>
<id>urn:sha1:fea4cba0ec1a17957b5bac4a059f519c1e53e372</id>
<content type='text'>
Security:	FreeBSD-SA-16:24.ntp
Approved by:	so
</content>
</entry>
</feed>
