[Bug 229616] bin/dd does not check output's close() return code

2019-08-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229616 --- Comment #5 from Thomas Hurst --- Created attachment 206685 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=206685&action=edit Patch against releng/12/bin/dd -- You are receiving this mail because: You are the assignee for th

[Bug 229616] bin/dd does not check output's close() return code

2019-08-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229616 Thomas Hurst changed: What|Removed |Added Attachment #204530|0 |1 is obsolete|

[Bug 229616] bin/dd does not check output's close() return code

2019-08-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229616 --- Comment #3 from Thomas Hurst --- So, did a bit of research to see what everyone else is doing. NetBSD: * Checks close() on output * fsync() on output if it's stdout (where close() may simply decrement a refcount) OpenBSD: * Does

[Bug 229616] bin/dd does not check output's close() return code

2019-05-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229616 --- Comment #2 from Thomas Hurst --- Created attachment 204530 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=204530&action=edit Patch against head/bin/dd/dd.c -- You are receiving this mail because: You are the assignee for th

[Bug 229616] bin/dd does not check output's close() return code

2019-05-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229616 Kubilay Kocak changed: What|Removed |Added Flags||mfc-stable11?, |

[Bug 229616] bin/dd does not check output's close() return code

2018-07-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229616 Bug ID: 229616 Summary: bin/dd does not check output's close() return code Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New S