Bug#351469: empty program triggers valgrind, too

2007-12-04 Thread Uwe Kleine-König
Package: libc6 Version: 2.7-3 Followup-For: Bug #351469 Hello, I'm not sure if this should be a bug for itself or only a followup for #351469. I choosed the latter hoping for being less annoying :-) Using valgrind 3.2.3-3, I have: [EMAIL PROTECTED]:/tmp$ cat test.c int

Processed: Re: Bug#351469: empty program triggers valgrind, too

2007-12-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: reassign 351469 valgrind Bug#351469: libc6: valgrind errs in getaddrinfo Bug reassigned from package `libc6' to `valgrind'. thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator

Bug#351469: empty program triggers valgrind, too

2007-12-04 Thread Pierre Habouzit
reassign 351469 valgrind thanks those are because the libc often uses things like: struct { char c; int i; }; then performs an action based on if (x-c) which in the CPU loads the full integer around c with its padding, and if the struct hasn't been fully memset'ed (including