Subject: Re: CVS commit: src/lib/libc/gen
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: tech-userlevel
Date: 11/08/2006 22:55:58
On Nov 9, 12:52pm, yamt@mwd.biglobe.ne.jp (YAMAMOTO Takashi) wrote:
-- Subject: Re: CVS commit: src/lib/libc/gen

| well, i'm not sure if we are talking about the same problem.
| 
| when execve succeeds, code after that will not be executed
| whehter it's free or munmap.  in the case of vfork+exec,
| it means memory leak on the parent process.

Oh, I did not think about that. That cannot be fixed :-( I guess the
easiest change is to revert the code...

christos