Re: Bug in libc?

2005-09-06 Thread Gabor Gombas
On Wed, Aug 31, 2005 at 09:59:44AM -0600, Gary Hennigan wrote: > Looks like a bug in libc6 (2.3.2.ds1-22). Not likely. You should probably file a wishlist bug against valgrind saying that the --partial-loads-ok option should also cover 64-bit load operations on 64-bit platforms. Gabor --

Bug in libc?

2005-08-31 Thread Gary Hennigan
I ran the following piece of code through valgrind 3.0.0 on my Debian/testing pure amd64: #include int main(int argc, char** argv) { struct hostent* hp; char* hostn = "diesel"; hp = gethostbyname(hostn); return 0; } When I compile and link the code with gcc-3.3 and run it with valgr