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 p

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 main(in