From: Tom Hughes Date: Sat, 2 Apr 2005 15:04:15 +0000 (+0000) Subject: It seems deref_UInt is fine - socklen_t is a 32 bit value on amd64. X-Git-Tag: svn/VALGRIND_3_0_0~816 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f84a3f9add65b180e155d4689ae2f5476834992;p=thirdparty%2Fvalgrind.git It seems deref_UInt is fine - socklen_t is a 32 bit value on amd64. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3502 --- diff --git a/docs/64-bit-cleanness b/docs/64-bit-cleanness index 2d92e74ba6..45d4241f9b 100644 --- a/docs/64-bit-cleanness +++ b/docs/64-bit-cleanness @@ -27,7 +27,6 @@ Symbol table stuff: Others: - search for the following casts: (UInt*), (Int*), (UInt *), (Int *) -- should deref_UInt be deref_UWord?? Is socklen_t word-sized? - vki_sigset_t.sig use: the debug printing in do_setmask() is wrong -- it touches sig[1], thus assuming 32-bits. Likewise in handle_SCSS_change() - client_auxv in vg_main.c is UInt** -- should it be UWord** ?