FreeBSD Bugzilla – Attachment 8320 Details for
Bug 17476
uudecode -i (no overwrite) flag bogus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 484 bytes, created by
jon
on 2000-03-18 20:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
jon
Created:
2000-03-18 20:00:01 UTC
Size:
484 bytes
patch
obsolete
>--- uudecode.c~ Sat Mar 18 14:50:48 2000 >+++ uudecode.c Sat Mar 18 14:51:16 2000 >@@ -197,9 +197,10 @@ > ; /* print to stdout */ > > else { >- if (iflag && !access(buf, F_OK)) >+ if (iflag && !access(buf, F_OK)) { > (void)fprintf(stderr, "not overwritten: %s\n", buf); >- if (!freopen(buf, "w", stdout) || >+ freopen("/dev/null", "w", stdout); >+ } else if (!freopen(buf, "w", stdout) || > fchmod(fileno(stdout), mode&0666)) { > warn("%s: %s", buf, filename); > return(1);
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 17476
: 8320