History log of /freebsd-current/contrib/netbsd-tests/lib/libc/gen/t_ftok.c
Revision Date Author Comments
# 1575a795 16-Jul-2019 Brooks Davis <brooks@FreeBSD.org>

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


# 06cd8428 03-Jan-2017 Enji Cooper <ngie@FreeBSD.org>

ftok_link: don't leak fd

MFC after: 3 days
Reported by: Coverity
CID: 978291