mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-11 04:42:16 +01:00
f00fb5457e
Although POSIX literally permits failing with [EINVAL] if IPC_CREAT and IPC_EXCL were both passed, the semaphore set already exists and has fewer semaphores than nsems, this does not allow an application to retry safely: if the [EINVAL] is actually because of the semmsl limit, an infinite loop would result. PR: 206927 |
||
---|---|---|
.. | ||
Makefile | ||
README | ||
semtest.c |
$FreeBSD$ SysV IPC Semaphore Regression Utility. This regression utility will test the SysV semaphore functionality in FreeBSD. You can start the test by running ``make regress'', after running ``make''. Obtained from: NetBSD Foundation Inc. Date of port: 13 August 2002 -- Hiten Pandya -- hiten@uk.FreeBSD.org