.
diff --git a/ChangeLog b/ChangeLog
index 2187acd..20a04ea 100644
--- 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.