summaryrefslogtreecommitdiffstats
path: root/lib/libc/tests/stdio/fmemopen2_test.c
Commit message (Collapse)AuthorAgeFilesLines
* Make sure fmemopen succeeds in :test_append_binary_pos before calling ftellngie2016-04-191-0/+2
| | | | | | | | | | | on the FILE object This fixes potential null pointer dereferences on failure CID: 1254952 MFC after: 2 weeks Reported by: Coverity Sponsored by: EMC / Isilon Storage Division
* Remove unused variables to fix building worldbapt2015-11-151-2/+1
|
* Integrate tools/regression/lib/libc/stdio into the FreeBSD test suitengie2015-11-081-22/+8
| | | | | | | | | | | as lib/libc/tests/stdio - Fix some whitespace - Convert the testcases to ATF - Convert "/dev/null" to _PATH_DEVNULL MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* In this context fclose() can never fail, so assert it in the testdelphij2015-09-291-0/+1
| | | | case.
* Convert tools/regression/lib/libc/stdio/test-fmemopen into an ATF testcase andngie2014-11-161-0/+300
rename as lib/libc/stdio/fmemopen2_test Sponsored by: EMC / Isilon Storage Division
OpenPOWER on IntegriCloud