summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-05-02 08:16:34 +0000
committerUlrich Drepper <drepper@redhat.com>2007-05-02 08:16:34 +0000
commit57433edee3c08b16967487664a28e0ecc99d7f8c (patch)
tree5d766087a3661884bfc01b93dc8c7f44ab645ad7 /ChangeLog
parent1cb04337f2f373b5ebc6a83d254add05f850ebe1 (diff)
* stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
fixed length array for ignore.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d558dede4e..6529087655 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-02 Jakub Jelinek <jakub@redhat.com>
+
+ * stdio-common/vfprintf.c (process_string_arg): Use a VLA rather than
+ fixed length array for ignore.
+
2007-04-30 Ulrich Drepper <drepper@redhat.com>
[BZ #4438]