tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: TOCTOU bug in make(1)
On Fri, Oct 07, 2022 at 12:46:06AM +0300, Valery Ushakov wrote:
> It also, unnecessarily, IMHO, decided to change the return type to
> a more "modern" bool thus further obscuring the fact that the
> function was a simple wrapper around unlink(2).
Can we revert that? Using bool for success/failure is ambiguous (does
true mean it succeeded or failed? both are reasonable) whereas 0/-1 or
zero/nonzero is a clearly established and well understood idiom.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index