aboutsummaryrefslogtreecommitdiff
path: root/libio/tst-fwrite-error.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-15Fix off-by-one bug in tst-fwrite-errorSiddhesh Poyarekar1-1/+1
tst-fwrite-error did not allocate enough space for the string 'world' and its NULL terminator. Fixed.
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-11-28Make fwrite return 0 on EOFSiddhesh Poyarekar1-0/+66