<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib, branch vendor/resolver</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Add missing break.</title>
<updated>2014-08-20T14:53:36+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2014-08-20T14:53:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=17506bd207137a3a46c250615e06869cf7219eaf'/>
<id>17506bd207137a3a46c250615e06869cf7219eaf</id>
<content type='text'>
CID:	603368
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CID:	603368
</pre>
</div>
</content>
</entry>
<entry>
<title>We don't use these files.</title>
<updated>2014-08-10T15:21:26+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2014-08-10T15:21:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=08d41c70c103461c16a7b34f4915621899316959'/>
<id>08d41c70c103461c16a7b34f4915621899316959</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix broken pointer overflow check ns_name_unpack()</title>
<updated>2014-08-07T16:40:24+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2014-08-07T16:40:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a46361116af06c0369b705e68af0e201b7719dc2'/>
<id>a46361116af06c0369b705e68af0e201b7719dc2</id>
<content type='text'>
Many compilers may optimize away the overflow check `msg + l &lt; msg',
where `msg' is a pointer and `l' is an integer, because pointer
overflow is undefined behavior in C.

Use a safe precondition test `l &gt;= eom - msg' instead.

Reference:
https://android-review.googlesource.com/#/c/50570/

Obtained from:	NetBSD (CVS rev. 1.10)
MFC after:	3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Many compilers may optimize away the overflow check `msg + l &lt; msg',
where `msg' is a pointer and `l' is an integer, because pointer
overflow is undefined behavior in C.

Use a safe precondition test `l &gt;= eom - msg' instead.

Reference:
https://android-review.googlesource.com/#/c/50570/

Obtained from:	NetBSD (CVS rev. 1.10)
MFC after:	3 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Bring final version of libbind:</title>
<updated>2014-08-05T23:16:31+00:00</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2014-08-05T23:16:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=046c3635cdb274a1f6ccec9933899f5b3bc043a2'/>
<id>046c3635cdb274a1f6ccec9933899f5b3bc043a2</id>
<content type='text'>
From
http://www.isc.org/downloads/libbind/

The libbind functions have been separated from the BIND suite as of BIND
9.6.0. Originally from older versions of BIND, they have been continually
maintained and improved but not installed by default with BIND 9. This
standard resolver library contains the same historical functions and
headers included with many Unix operating systems. In fact, most
implementations are based on the same original code.

At present, NetBSD maintains libbind code, now known as "netresolv".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From
http://www.isc.org/downloads/libbind/

The libbind functions have been separated from the BIND suite as of BIND
9.6.0. Originally from older versions of BIND, they have been continually
maintained and improved but not installed by default with BIND 9. This
standard resolver library contains the same historical functions and
headers included with many Unix operating systems. In fact, most
implementations are based on the same original code.

At present, NetBSD maintains libbind code, now known as "netresolv".
</pre>
</div>
</content>
</entry>
<entry>
<title>Import the resolver part of BIND 9.4.3.</title>
<updated>2008-12-14T16:47:21+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2008-12-14T16:47:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9aeb4147cccc048baca125d0a667bd69f88c8b83'/>
<id>9aeb4147cccc048baca125d0a667bd69f88c8b83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor import of BIND 9.4.2</title>
<updated>2007-12-03T15:07:58+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2007-12-03T15:07:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4117715965534416fa304d20902d62bd83e56bd7'/>
<id>4117715965534416fa304d20902d62bd83e56bd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor import of BIND 9.4.1</title>
<updated>2007-06-03T18:11:28+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2007-06-03T18:11:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f3fd1dbd2ee0f02610d951d469eb1930ec6b5efa'/>
<id>f3fd1dbd2ee0f02610d951d469eb1930ec6b5efa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor import of BIND 9.4.1</title>
<updated>2007-06-03T17:02:29+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2007-06-03T17:02:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=861249f5830e8658b61130e0ee7eaad2e93d0449'/>
<id>861249f5830e8658b61130e0ee7eaad2e93d0449</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Vendor import of BIND 9.3.3</title>
<updated>2006-12-15T20:49:44+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-12-15T20:49:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f25740ec6845340de7abaae80607dea9c3a4bb8'/>
<id>3f25740ec6845340de7abaae80607dea9c3a4bb8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import of BIND 9.3.3rc2</title>
<updated>2006-10-24T14:25:49+00:00</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-10-24T14:25:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7c35eabcb2ff31ab013324d5a4c3ff485c16ef32'/>
<id>7c35eabcb2ff31ab013324d5a4c3ff485c16ef32</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
