Fix off-by-one bug in tst-fwrite-error
authorSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 15 Apr 2013 06:05:43 +0000 (11:35 +0530)
committerSiddhesh Poyarekar <siddhesh@redhat.com>
Mon, 15 Apr 2013 06:05:43 +0000 (11:35 +0530)
commit5cb26d0aed9c7414f0d391a0ca766786625de8b5
tree5dc9bd95f370d870d8e2849d7114c69a7306fadd
parentacb4325fc72d5eeecf3cf3fe63c599e582bb3bd0
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.
ChangeLog
libio/tst-fwrite-error.c