Module Name: src
Committed By: msaitoh
Date: Tue Apr 22 03:28:56 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 1036.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.106 -r1.1.2.107 src/doc/CHANGES-6.2
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-6.2
diff -u src/doc/CHANGES-6.2:1.1.2.106 src/doc/CHANGES-6.2:1.1.2.107
--- src/doc/CHANGES-6.2:1.1.2.106 Mon Apr 21 21:04:21 2014
+++ src/doc/CHANGES-6.2 Tue Apr 22 03:28:56 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.106 2014/04/21 21:04:21 bouyer Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.107 2014/04/22 03:28:56 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -2185,3 +2185,7 @@ sys/compat/linux/common/linux_exec_elf32
Rewrite the code so that we don't need to allocate the whole section.
[maxv, ticket #1051]
+lib/libc/net/sethostent.c 1.20
+
+ Fix memory leak. This bug was introduced after releasing NetBSD 6.1.
+ [christos, ticket #1036]