Re: valgrind and uninitialized variables

2006-07-07 Thread John Cupitt
On 7/7/06, Olivier Ramare <[EMAIL PROTECTED]> wrote: > Here is the beginning of the output when > I send my program to valgrind: It is harmless. You will (probably) find other harmless warnings too. I get lots from the dynamic linker as gtk's various modules are loaded. You probably need to make

valgrind and uninitialized variables

2006-07-07 Thread Olivier Ramare
Dear all, Here is the beginning of the output when I send my program to valgrind: -- ==2314== Syscall param writev(vector[...]) points to uninitialised byte(s) ==2314==at 0x1BF4B8DE: (within /lib/libc-2.3.2.so) ==2314==