Re: Is this a kernel memory leak or a process memory leak?

2009-09-22 Thread Giorgos Keramidas
On Tue, 22 Sep 2009 04:43:57 -0600, Modulok wrote: > Maybe I'm just not that bright, but I have a question regarding the following: > > man 3 getenv > > "Successive calls to setenv() or putenv() assigning a differently sized > value to the same name will result in a memory leak. The FreeBSD sema

Is this a kernel memory leak or a process memory leak?

2009-09-22 Thread Modulok
List, Maybe I'm just not that bright, but I have a question regarding the following: man 3 getenv "Successive calls to setenv() or putenv() assigning a differently sized value to the same name will result in a memory leak. The FreeBSD seman- tics for these functions (namely, that the contents o