opnsense-src/lib/libc/tests/stdio
Conrad Meyer 83095e1ee2 print_positional_test: Fix misuse of wchar APIs
These APIs take unit length, not byte length parameters.

Reported by:	Coverity
CIDs:		1338543, 1338544, 1338545
Sponsored by:	EMC / Isilon Storage Division
2016-05-12 04:08:45 +00:00
..
fdopen_test.c Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite 2015-11-08 06:37:50 +00:00
fmemopen2_test.c Make sure fmemopen succeeds in :test_append_binary_pos before calling ftell 2016-04-19 23:59:10 +00:00
fopen_test.c Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite 2015-11-08 06:37:50 +00:00
freopen_test.c Fix double fclose of fp1 when freopen fails 2016-04-20 00:19:04 +00:00
getdelim_test.c Delete bogus freeing of uninitialized data 2015-12-08 04:51:21 +00:00
Makefile Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
Makefile.depend DIRDEPS_BUILD: Connect MK_TESTS. 2016-03-09 22:46:01 +00:00
mkostemp_test.c Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite 2015-11-08 06:37:50 +00:00
open_memstream_test.c Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite 2015-11-08 06:37:50 +00:00
open_wmemstream_test.c Integrate tools/regression/lib/libc/stdio into the FreeBSD test suite 2015-11-08 06:37:50 +00:00
perror_test.c Remove unused variables to fix building world 2015-11-15 12:48:42 +00:00
print_positional_test.c print_positional_test: Fix misuse of wchar APIs 2016-05-12 04:08:45 +00:00
printbasic_test.c Add missing va_ends for corresponding va_starts to clean up variable arguments 2015-12-08 04:45:44 +00:00
printfloat_test.c Add missing va_ends for corresponding va_starts to clean up variable arguments 2015-12-08 04:45:44 +00:00
scanfloat_test.c Remove unused variables to fix building world 2015-11-15 12:48:42 +00:00