about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2010-09-01 12:38:44 -0700
committerPetr Baudis <pasky@suse.cz>2010-11-09 02:12:46 +0100
commit5f353d1e05659d8515511f28b875b9fd10c1a661 (patch)
tree548641655af2f4957b9b35ba96b369a433f2e682 /ChangeLog
parent311ad04d94a2e34dc4c418fe19f146e94a41946f (diff)
downloadglibc-5f353d1e05659d8515511f28b875b9fd10c1a661.tar.gz
glibc-5f353d1e05659d8515511f28b875b9fd10c1a661.tar.xz
glibc-5f353d1e05659d8515511f28b875b9fd10c1a661.zip
Fix array overflow in floating point parser
(cherry picked from commit a726d7960e8a4ac784131f591114a0ef14246d8b)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c8bdd6dba2..5b04f1b5ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-31  Andreas Schwab  <schwab@redhat.com>
+
+	[BZ #7066]
+	* stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
+	shifting retval into place.
+
 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
 
 	* resolv/res_init.c (__res_vinit): Count the default server we added.