https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271287
--- Comment #4 from John Baldwin <j...@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.