freebsd-dev/contrib/netbsd-tests/lib/libc/stdio
Brooks Davis 1575a795cb Add missing mode in open(2) calls with O_CREAT.
When O_CREAT is specified, the third, variadic argument is
required as the permission. If on is not passed, then depending
on the ABI, either the contents of the third argument register
or some arbitrary stuff on the stack will be used as the permission.

This has been merged to NetBSD.

Reviewed by:	asomers, ngie
Obtained from:	CheriBSD
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D20972
2019-07-16 22:27:49 +00:00
..
t_clearerr.c
t_fflush.c Add new atf_tc_expect_fail to fflush_err; this is a new (within the past couple months) bug 2014-11-01 21:23:27 +00:00
t_fmemopen.c Disable testcases 12 and 15-22 on FreeBSD 2014-11-01 21:21:06 +00:00
t_fopen.c Add missing mode in open(2) calls with O_CREAT. 2019-07-16 22:27:49 +00:00
t_fputc.c
t_mktemp.c
t_open_memstream.c Checkpoint initial integration work 2016-08-12 08:50:05 +00:00
t_popen.c
t_printf.c :snprintf_float: don't blindly set RLIMIT_DATA and RLIMIT_AS to 1 MB -- raise 2017-07-06 07:59:00 +00:00
t_scanf.c Expect :sscanf_whitespace to fail on !NetBSD OSes 2014-11-01 21:30:18 +00:00