Package: strace
Version: 4.5.17+cvs080723-2
Severity: normal
Hi,
several syscalls have a socklen_t parameter, which is always 4 Bytes, even
on 64 bit architectures:
10616 getsockname(0, {sa_family=AF_FILE, path=@"00008"...},
[57988930443673608]) = 0
10616 accept(0, {sa_family=AF_FILE, path="p\331\377\177"...},
[140733193388034]) = 1
The actual values are 8 and 2, respectively; these can be found in the
lower 32 bits. The program (which uses socklen_t) works correctly.
Simon
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages strace depends on:
ii libc6 2.7-16 GNU C Library: Shared libraries
strace recommends no packages.
strace suggests no packages.
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]