Module Name: src
Committed By: bouyer
Date: Fri Feb 14 23:27:46 UTC 2014
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.4
Log Message:
ticket 1028
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/doc/CHANGES-6.1.4
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.1.4
diff -u src/doc/CHANGES-6.1.4:1.1.2.2 src/doc/CHANGES-6.1.4:1.1.2.3
--- src/doc/CHANGES-6.1.4:1.1.2.2 Mon Feb 3 11:57:55 2014
+++ src/doc/CHANGES-6.1.4 Fri Feb 14 23:27:46 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.4,v 1.1.2.2 2014/02/03 11:57:55 sborrill Exp $
+# $NetBSD: CHANGES-6.1.4,v 1.1.2.3 2014/02/14 23:27:46 bouyer Exp $
A complete list of changes from the NetBSD 6.1.3 release to the NetBSD 6.1.4
release:
@@ -24,3 +24,8 @@ sys/kern/kern_exec.c 1.373
Maxime Villard.
[martin, ticket #1023]
+sys/kern/exec_elf.c 1.55
+
+ Fix memory leak on bogus ELF binary.
+ [maxv, ticket #1028]
+