about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-02 01:43:32 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-02 01:43:32 +0000
commit06c2c536fce6de5da0b241fafb8cdef14fc2766a (patch)
treef354a14b2e65f31eab9a5bd671089554595140ae /ChangeLog
parent12892ded5d913b3c45ea8f22634afd3b273b473d (diff)
downloadglibc-06c2c536fce6de5da0b241fafb8cdef14fc2766a.tar.gz
glibc-06c2c536fce6de5da0b241fafb8cdef14fc2766a.tar.xz
glibc-06c2c536fce6de5da0b241fafb8cdef14fc2766a.zip
Update.
2002-08-02  Jakub Jelinek  <jakub@redhat.com>

	* malloc/malloc.c (public_cALLOc): Check for overflow on
	multiplication.
	* sunrpc/xdr_array.c (xdr_array): Likewise.
	* sunrpc/rpc/types.h (mem_free): Add comment.
	Patch by Solar Designer <solar@openwall.com>.

2002-08-02  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/kernel-features.h
	(__ASSUME_SET_THREAD_AREA_SYSCALL): Define.

	* libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
	* libio/Makefile (headers): Add bits/sys_errlist.h to the list.
	* sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
	declare sys_errlist and sys_nerr.
	* sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 18 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 65fa0f2a9a..2872e63351 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2002-08-02  Jakub Jelinek  <jakub@redhat.com>
+
+	* malloc/malloc.c (public_cALLOc): Check for overflow on
+	multiplication.
+	* sunrpc/xdr_array.c (xdr_array): Likewise.
+	* sunrpc/rpc/types.h (mem_free): Add comment.
+	Patch by Solar Designer <solar@openwall.com>.
+
+2002-08-02  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/unix/sysv/linux/kernel-features.h
+	(__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
+
 2002-08-01  Roland McGrath  <roland@frob.com>
 
 	* libio/fileops.c (_IO_file_sync_mmap): New function.
@@ -35,12 +48,12 @@
 
 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
 
-        * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
+	* libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
 	Declarations moved to <bits/sys_errlist.h>.  Include that file.
-        * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
-        * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
-        declare sys_errlist and sys_nerr.
-        * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
+	* libio/Makefile (headers): Add bits/sys_errlist.h to the list.
+	* sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
+	declare sys_errlist and sys_nerr.
+	* sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
 	provide declarations.
 
 2002-07-31  Roland McGrath  <roland@frob.com>