Bug#903434: Valgrind reports errors on i386 for trivial programs

2018-07-10 Thread Emmanuel Fleury
Package: valgrind Version: 1:3.13.0-2+b1 Followup-For: Bug #903434 Dear Maintainer, I observe approximately the same behavior with amd64 architecture. Here is a small sample program written in C: === #include #include int main(int argc, char **argv)

Bug#903434: Valgrind reports errors on i386 for trivial programs

2018-07-09 Thread Jussi Pakkanen
Package: valgrind Version: 3.13.0-2 If you compile the following program and run it with Valgrind on i386: int main(int argc, char **argv) { return 0; } The result is ten errors that look like this: ==757== Conditional jump or move depends on uninitialised value(s) ==757==at 0x401BB0D: