History log of /openbsd/regress/lib/libc/mkstemp/mkstemp_test.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 49a6e16f 13-Dec-2021 deraadt <deraadt@openbsd.org>

remove a couple hundred sys/param.h includes in userland code, and
also whack some sys/cdefs.h early includes which is such a brutally
bad pattern
ok bluhm mbuhl


# 66ac7e0f 27-Sep-2014 doug <doug@openbsd.org>

Fix mmap() calls that check for a result other than MAP_FAILED.

ok tedu@


# 12c9e42c 12-Mar-2013 guenther <guenther@openbsd.org>

Add check that mkstemp() fails with EINVAL if the string has fewer than
6 Xs


# ade2d4e4 11-Feb-2010 guenther <guenther@openbsd.org>

Test mkstemps() too


# ea52ff86 11-Feb-2010 guenther <guenther@openbsd.org>

Add a regression suite for mkstemp(), verifying that it neither overruns
no underruns the supplied template buffer, that it can generate names that
don't contain any X's, and that all open() calls th

Add a regression suite for mkstemp(), verifying that it neither overruns
no underruns the supplied template buffer, that it can generate names that
don't contain any X's, and that all open() calls that pass O_CREAT also
pass O_EXCL

show more ...