From: Jan Kratochvil Date: Wed, 6 Aug 2008 21:43:53 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab971652acced8d8f7827e928d7ebe76afd389de;p=strace . --- diff --git a/ChangeLog b/ChangeLog index b5453434..b95d99f9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-08-06 Jan Kratochvil + + * util.c (CLONE_VM): Define if not defined already. + (setbpt): Clear CLONE_VM in the case we already clear CLONE_VFORK for + SYS_clone and SYS_clone2. + Reported by Michal Nowak. + Fixes RH#455078. + 2008-08-06 Jan Kratochvil Fix compiler warnings.