From b693fb358ae3f1b06cca9034184db28f74c42ce6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 29 Sep 2014 11:01:05 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 94ee69449a..d46bec3b66 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8711,3 +8711,7 @@ the stack, the way that arguments are passed from parent to child in vfork() must change. This bug has always been present, but was not visible with the old strdup() way of passing arguments (2014-9-29). + * arch/arm/src/common/up_vfork.c: Another vfork() problem: If we get to + vfork() via system call, then we need to clone some system call + information so that the return form the cloned system call works + correctly (2014-9-29).