From: Roland McGrath Date: Sun, 6 Feb 2005 01:55:16 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~414 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0a3d4ee5aa8b2305257897367d7abc8ae1cce95;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 0b0ffa76..5d13e7c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2005-02-05 Roland McGrath + * desc.c (decode_select): Calculate size of passed fd_set vectors and + copy in the user's size rather than the standard sizeof(fd_set). + Fixes Debian bug #65654. + + * util.c (printpath, printpathn): Print NULL and don't try any fetch + when ADDR is zero. + Fixes Debian bug #63093. + * debian/control (Build-Depends): Fix for s390 and sparc. From Bastian Blank . Fixes Debian bug #293564.