FreeBSD Bugzilla – Attachment 204530 Details for
Bug 229616
bin/dd: add conv=fsync, handle errors in close(2)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against head/bin/dd/dd.c
dd.c.diff (text/plain), 342 bytes, created by
Thomas Hurst
on 2019-05-22 01:41:34 UTC
(
hide
)
Description:
Patch against head/bin/dd/dd.c
Filename:
MIME Type:
Creator:
Thomas Hurst
Created:
2019-05-22 01:41:34 UTC
Size:
342 bytes
patch
obsolete
>Index: dd.c >=================================================================== >--- dd.c (revision 348077) >+++ dd.c (working copy) >@@ -124,7 +124,8 @@ > * descriptor explicitly so that the summary handler (called > * from an atexit() hook) includes this work. > */ >- close(out.fd); >+ if (close(out.fd)) >+ err(1, "close"); > exit(0); > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 229616
:
204530
|
206684
|
206685