<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/dns.cpp, branch v2.1b3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/dns.cpp?h=v2.1b3</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/dns.cpp?h=v2.1b3'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2012-03-29T07:01:22Z</updated>
<entry>
<title>Fixed infinite loop cauesd by invalid dns packets</title>
<updated>2012-03-29T07:01:22Z</updated>
<author>
<name>Adam</name>
</author>
<published>2012-03-28T01:39:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2f2956e9d72d0b06c42a2653474213dec1642783'/>
<id>urn:sha1:2f2956e9d72d0b06c42a2653474213dec1642783</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed out of bounds memory access from malformed DNS queries that have an invalid length label. Introduced in a6a07de0daa353bcd29056a4535a9c4784c113c8.</title>
<updated>2012-03-29T07:01:19Z</updated>
<author>
<name>Adam</name>
</author>
<published>2012-03-26T08:59:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1aea44ff498519da6fe9c08cf250d34a8ac119a1'/>
<id>urn:sha1:1aea44ff498519da6fe9c08cf250d34a8ac119a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns: cleanup ResultIsReady() prototype</title>
<updated>2012-03-21T14:06:03Z</updated>
<author>
<name>William Pitcock</name>
</author>
<published>2012-03-20T23:41:09Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c897aacd8ee813d1237c95afa83dd8ae8bef38b5'/>
<id>urn:sha1:c897aacd8ee813d1237c95afa83dd8ae8bef38b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dns: more hardening</title>
<updated>2012-03-21T14:05:59Z</updated>
<author>
<name>William Pitcock</name>
</author>
<published>2012-03-20T23:38:13Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=5a778fb849cfe10bc58d61b5579ce7d41326c023'/>
<id>urn:sha1:5a778fb849cfe10bc58d61b5579ce7d41326c023</id>
<content type='text'>
- don't trust rr.rdlength
- don't accept replies we know are impossible for AAAA/A records
- don't try to process record types we do not know about specifically
  (this behaviour just leads to disaster)
</content>
</entry>
<entry>
<title>dns: reject messages with lengths larger than DNSHeader with prejudice</title>
<updated>2012-03-21T14:05:54Z</updated>
<author>
<name>William Pitcock</name>
</author>
<published>2012-03-20T23:31:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=c245955ae4c2b197326de78a892e3d0ceb1a1589'/>
<id>urn:sha1:c245955ae4c2b197326de78a892e3d0ceb1a1589</id>
<content type='text'>
This also includes when decompressing name entries.
</content>
</entry>
<entry>
<title>dns: iterators which are integer should always be unsigned, else an integer underflow is possible.</title>
<updated>2012-03-21T14:05:49Z</updated>
<author>
<name>William Pitcock</name>
</author>
<published>2012-03-20T22:48:45Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=64b1cf2118999b9d03d46086da36bc005cb3c997'/>
<id>urn:sha1:64b1cf2118999b9d03d46086da36bc005cb3c997</id>
<content type='text'>
Signed-off-by: William Pitcock &lt;nenolod@dereferenced.org&gt;
</content>
</entry>
<entry>
<title>Update copyright notices to 2011</title>
<updated>2011-05-04T22:28:12Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-05-04T22:28:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3cb24a1ec87a7ef5bd87eae2509b33ff0246712c'/>
<id>urn:sha1:3cb24a1ec87a7ef5bd87eae2509b33ff0246712c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove timer.h from inspircd.h</title>
<updated>2011-01-30T18:29:08Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-01-30T18:29:08Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8631b7bf077ece980349f418f2f309260a0a8216'/>
<id>urn:sha1:8631b7bf077ece980349f418f2f309260a0a8216</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove dns.h from inspircd.h</title>
<updated>2011-01-30T18:10:12Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2011-01-30T18:10:12Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=b53e121ef459fca3612e6d4b5a02bb2eb07d7580'/>
<id>urn:sha1:b53e121ef459fca3612e6d4b5a02bb2eb07d7580</id>
<content type='text'>
</content>
</entry>
<entry>
<title>It's safe to delete a null pointer</title>
<updated>2010-12-01T19:24:16Z</updated>
<author>
<name>Jackmcbarn</name>
</author>
<published>2010-12-01T19:24:16Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=f94eec08963350642a7edad9d95b0c0b0bbac299'/>
<id>urn:sha1:f94eec08963350642a7edad9d95b0c0b0bbac299</id>
<content type='text'>
</content>
</entry>
</feed>
