about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-15 11:35:43 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-04-15 11:35:43 +0530
commit5cb26d0aed9c7414f0d391a0ca766786625de8b5 (patch)
tree5dc9bd95f370d870d8e2849d7114c69a7306fadd /ChangeLog
parentacb4325fc72d5eeecf3cf3fe63c599e582bb3bd0 (diff)
downloadglibc-5cb26d0aed9c7414f0d391a0ca766786625de8b5.tar.gz
glibc-5cb26d0aed9c7414f0d391a0ca766786625de8b5.tar.xz
glibc-5cb26d0aed9c7414f0d391a0ca766786625de8b5.zip
Fix off-by-one bug in tst-fwrite-error
tst-fwrite-error did not allocate enough space for the string 'world'
and its NULL terminator.  Fixed.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b80865e7df..ac1d2637a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
+	* libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
+
 	* benchtests/Rules (bench-deps): Collect dependencies into a
 	single variable.  Add Makefile to dependencies.
 	($(objpfx)bench-%.c): Depend on bench-deps.