[Bug 271287] etcupdate silently installs empty files / unhandled error in install_new()

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 08 May 2023 17:48:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271287

--- Comment #4 from John Baldwin <jhb@FreeBSD.org> ---
To be clear, in this case cp was failing after it had opened the destination
with O_TRUNC which is why the files were truncated and the goal of the panic in
this case is that if cp(1) is busted it's best to bail out early after only
possibly trashing one file than many?

-- 
You are receiving this mail because:
You are the assignee for the bug.