Module Name: src
Committed By: bouyer
Date: Fri Feb 14 23:27:34 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
ticket 1028
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.90 -r1.1.2.91 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.90 src/doc/CHANGES-6.2:1.1.2.91
--- src/doc/CHANGES-6.2:1.1.2.90 Fri Feb 7 13:28:58 2014
+++ src/doc/CHANGES-6.2 Fri Feb 14 23:27:34 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.90 2014/02/07 13:28:58 sborrill Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.91 2014/02/14 23:27:34 bouyer Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -1317,3 +1317,8 @@ external/gpl3/gcc/dist/gcc/config/mips/m
modules from being loaded.
[bouyer, #ticket 1020]
+sys/kern/exec_elf.c 1.55
+
+ Fix memory leak on bogus ELF binary.
+ [maxv, ticket #1028]
+