<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/yp, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2016-01-14T09:10:46Z</updated>
<entry>
<title>o Fix filemon and bmake meta-mode stability issues. [EN-16:01]</title>
<updated>2016-01-14T09:10:46Z</updated>
<author>
<name>Gleb Smirnoff</name>
<email>glebius@FreeBSD.org</email>
</author>
<published>2016-01-14T09:10:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=7f86e2d395476d8856f8ec778b41942180ef632c'/>
<id>urn:sha1:7f86e2d395476d8856f8ec778b41942180ef632c</id>
<content type='text'>
o Fix invalid TCP checksums with pf(4). [EN-16:02.pf]
o Fix YP/NIS client library critical bug. [EN-16:03.yplib]
o Fix SCTP ICMPv6 error message vulnerability. [SA-16:01.sctp]
o Fix ntp panic threshold bypass vulnerability. [SA-16:02.ntp]
o Fix Linux compatibility layer incorrect futex handling. [SA-16:03.linux]
o Fix Linux compatibility layer setgroups(2) system call. [SA-16:04.linux]
o Fix TCP MD5 signature denial of service. [SA-16:05.tcp]
o Fix insecure default bsnmpd.conf permissions. [SA-16:06.bsnmpd]

Errata:		FreeBSD-EN-16:01.filemon
Errata:		FreeBSD-EN-16:02.pf
Errata:		FreeBSD-EN-16:03.yplib
Security:	FreeBSD-SA-16:01.sctp, CVE-2016-1879
Security:	FreeBSD-SA-16:02.ntp, CVE-2015-5300
Security:	FreeBSD-SA-16:03.linux, CVE-2016-1880
Security:	FreeBSD-SA-16:04.linux, CVE-2016-1881
Security:	FreeBSD-SA-16:05.tcp, CVE-2016-1882
Security:	FreeBSD-SA-16:06.bsnmpd, CVE-2015-5677
Approved by:	so
</content>
</entry>
<entry>
<title>libc: Use O_CLOEXEC for various internal file descriptors.</title>
<updated>2012-09-29T11:54:34Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2012-09-29T11:54:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=05eb11cbc40a190f73ed1471d97062cabfc37d54'/>
<id>urn:sha1:05eb11cbc40a190f73ed1471d97062cabfc37d54</id>
<content type='text'>
This fixes a race condition where another thread may fork() before CLOEXEC
is set, unintentionally passing the descriptor to the child process.

This commit only adds O_CLOEXEC flags to open() or openat() calls where no
fcntl(fd, F_SETFD, FD_CLOEXEC) follows. The separate fcntl() call still
leaves a race window so it should be fixed later.
</content>
</entry>
<entry>
<title>Consistently set RPCGEN_CPP when running rpcgen, so the C preprocessor</title>
<updated>2012-02-07T09:27:07Z</updated>
<author>
<name>Dimitry Andric</name>
<email>dim@FreeBSD.org</email>
</author>
<published>2012-02-07T09:27:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5e0a19bdeee80766c9e20ab1f85487fbeaf64894'/>
<id>urn:sha1:5e0a19bdeee80766c9e20ab1f85487fbeaf64894</id>
<content type='text'>
set via ${CPP} is used, instead of always using hardcoded /usr/bin/cpp.

MFC after:	1 week
</content>
</entry>
<entry>
<title>Handle malloc failures in yplib.c.</title>
<updated>2011-12-23T02:13:42Z</updated>
<author>
<name>Guy Helmer</name>
<email>ghelmer@FreeBSD.org</email>
</author>
<published>2011-12-23T02:13:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6890d15663e9e36bb843b3cbad64bbc329c02fd3'/>
<id>urn:sha1:6890d15663e9e36bb843b3cbad64bbc329c02fd3</id>
<content type='text'>
PR:		bin/83349
</content>
</entry>
<entry>
<title>Handle failures to malloc memory to hold key or val copies.</title>
<updated>2011-12-23T01:56:25Z</updated>
<author>
<name>Guy Helmer</name>
<email>ghelmer@FreeBSD.org</email>
</author>
<published>2011-12-23T01:56:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=53fc6e1e4d71b756eb75744531530e8a08f6a66f'/>
<id>urn:sha1:53fc6e1e4d71b756eb75744531530e8a08f6a66f</id>
<content type='text'>
PR:		bin/83348
</content>
</entry>
<entry>
<title>Remove duplicate "in".</title>
<updated>2011-03-01T11:47:51Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2011-03-01T11:47:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ac095af538a16c053c1c332a311a47ffc019375b'/>
<id>urn:sha1:ac095af538a16c053c1c332a311a47ffc019375b</id>
<content type='text'>
Suggested by:	Rob Farmer &lt;rfarmer at predatorlabs.net&gt;
MFC after:	3 days
</content>
</entry>
<entry>
<title>Revert some of r177626. "in in" is valid in certain sentences.</title>
<updated>2011-02-28T10:03:48Z</updated>
<author>
<name>Rebecca Cran</name>
<email>brucec@FreeBSD.org</email>
</author>
<published>2011-02-28T10:03:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b633aa9451a649942331e2cf89e06bad35efddf8'/>
<id>urn:sha1:b633aa9451a649942331e2cf89e06bad35efddf8</id>
<content type='text'>
PR:		121490
MFC after:	3 days
</content>
</entry>
<entry>
<title>Eliminate more dead stores.</title>
<updated>2009-11-25T04:45:45Z</updated>
<author>
<name>Garrett Wollman</name>
<email>wollman@FreeBSD.org</email>
</author>
<published>2009-11-25T04:45:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0c0349bfa4ecb2fb0e99d094e2dcaca7f5878d0a'/>
<id>urn:sha1:0c0349bfa4ecb2fb0e99d094e2dcaca7f5878d0a</id>
<content type='text'>
Found by:	Clang static analyzer
MFC after:	7 days
</content>
</entry>
<entry>
<title>Fix some "in in" typos in comments.</title>
<updated>2008-03-26T07:32:08Z</updated>
<author>
<name>Christian Brueffer</name>
<email>brueffer@FreeBSD.org</email>
</author>
<published>2008-03-26T07:32:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=662cac9f231e3c339f011b554d232603cc58df90'/>
<id>urn:sha1:662cac9f231e3c339f011b554d232603cc58df90</id>
<content type='text'>
PR:		121490
Submitted by:	Anatoly Borodin &lt;anatoly.borodin@gmail.com&gt;
Approved by:	rwatson (mentor), jkoshy
MFC after:	3 days
</content>
</entry>
<entry>
<title>Set timeout for all NIS RPC requests to 1 second and not just for</title>
<updated>2007-07-24T13:06:08Z</updated>
<author>
<name>Simon L. B. Nielsen</name>
<email>simon@FreeBSD.org</email>
</author>
<published>2007-07-24T13:06:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=33e6f9c10c4f0c3f47dafe8a22350971dc5fecfd'/>
<id>urn:sha1:33e6f9c10c4f0c3f47dafe8a22350971dc5fecfd</id>
<content type='text'>
yp_next as revision 1.50 did.  This should fix, or at least very much
reduce the risk of, NIS timing out due to UDP packet loss for NIS
functions.

See also revision 1.50 for more details about the general problem.

Tested by:	nosedive, freefall, hub, mx1, brooks
MFC after:	1 week
Approved by:	re (mux)
</content>
</entry>
</feed>
