summaryrefslogtreecommitdiff
path: root/tests/lib/libc/stdio/t_open_memstream.c
AgeCommit message (Collapse)Author
2021-09-11tests/stdio: normalize whitespacerillig
2014-10-19Add negative offset checks to fseekojustin
These were not strictly needed before, as lseek would error on negative arguments, but having added open_memstream we have a virtual file pointer that assumes that it gets sane values, so we get an assertion triggered on a negative value. Best to check in one place rather than at all the relevant points.
2014-10-15PR standards/49279 add tests for open_memstream, ported from OpenBSDjustin