about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2012-10-16 10:33:50 +0200
committerFlorian Weimer <fweimer@redhat.com>2012-10-16 10:33:50 +0200
commit172a631a1fc8ec8fcef80af1f91438d092957c3e (patch)
tree8cbc1cd11a3e922cb60994ac47018db43e6a8e5f /ChangeLog
parente9f372520618161d7d73e028ca23818e83b88bbc (diff)
downloadglibc-172a631a1fc8ec8fcef80af1f91438d092957c3e.tar.gz
glibc-172a631a1fc8ec8fcef80af1f91438d092957c3e.tar.xz
glibc-172a631a1fc8ec8fcef80af1f91438d092957c3e.zip
__alloc_dir: avoid integer overflow in malloc argument
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c05941f6f..8e83c46e2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-10-16  Florian Weimer  <fweimer@redhat.com>
+
+	[BZ #14700]
+	* sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
+	(__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
+
 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
 
 	* NEWS: Mention BZ #14716.