Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6]: src/doc Ticket #14



details:   https://anonhg.NetBSD.org/src/rev/2bcea67ec9b8
branches:  netbsd-6
changeset: 773783:2bcea67ec9b8
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Mon Feb 20 21:55:44 2012 +0000

description:
Ticket #14

diffstat:

 doc/CHANGES-6.0 |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r f77b66baaaa5 -r 2bcea67ec9b8 doc/CHANGES-6.0
--- a/doc/CHANGES-6.0   Mon Feb 20 21:54:55 2012 +0000
+++ b/doc/CHANGES-6.0   Mon Feb 20 21:55:44 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.8 2012/02/20 21:42:13 sborrill Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.9 2012/02/20 21:55:44 sborrill Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -113,3 +113,14 @@
          - Fix for pkg_delete on NFS from Anthony Mallet.
        [tron, ticket #13]
 
+include/spawn.h                                        1.2
+sys/kern/kern_exec.c                           1.341
+sys/uvm/uvm_glue.c                             1.157
+tests/lib/libc/gen/posix_spawn/t_fileactions.c 1.3
+
+       posix_spawn: fix kernel bug when passing empty fileactions
+       (PR kern/46038) and add a test case for this. Fix potential
+       race condition, doublefreeing of memory and memory leaks in
+       error cases.
+       [martin, ticket #14]
+



Home | Main Index | Thread Index | Old Index