]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 2 Feb 2005 03:38:49 +0000 (03:38 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 2 Feb 2005 03:38:49 +0000 (03:38 +0000)
ChangeLog

index 2187acd3d48dcd5e1ead86e1b634d237e90d901a..20a04ea1a1fdcf9bf4af566cd831e091809ad6a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-02-01  Roland McGrath  <roland@redhat.com>
 
+       * file.c (print_xattr_val): Don't use auto array sized by syscall
+       argument.  Use malloc instead, so it can fail for insane values.
+       Fixes Debian bug #283704.
+
        * net.c (sys_getsockopt): Fix a format %ld -> %d.
 
        * linux/syscall.h [IA64] (SYS_semtimedop): #undef it.