From: "Theo de Raadt" Subject: Re: diff httpd: avoid misleading syslog warnings To: tech@openbsd.org Date: Tue, 13 Feb 2024 06:40:16 -0700 access() is the system call noone should call, because it always introduces a TOCTOU problem. Only introduce a TOCTOU problem if there is no other way.