Module Name: src
Committed By: bouyer
Date: Mon May 9 19:39:19 UTC 2011
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Ticket 1429
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.223 -r1.1.2.224 src/doc/CHANGES-4.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.223 src/doc/CHANGES-4.1:1.1.2.224
--- src/doc/CHANGES-4.1:1.1.2.223 Sun May 8 17:32:20 2011
+++ src/doc/CHANGES-4.1 Mon May 9 19:39:18 2011
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.223 2011/05/08 17:32:20 bouyer Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.224 2011/05/09 19:39:18 bouyer Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -4451,3 +4451,12 @@
same for consistency).
[christos, ticket #1428]
+lib/libc/resolv/res_init.c 1.11, 1.12 via patch
+
+ Don't check for ext being NULL to destroy the res_state. Instead
+ check the option bits like we did before.
+ Only try free-ing a version of res if it is not supposed to be
+ pre-inited like before. Fixes issues with programs passing random
+ uninitialized data as res_state.
+ [taca, ticket #1429]
+