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) {
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: ??
2 matches
Mail list logo