Bugzilla – Attachment 1189 Details for
Bug 1236
SCP inappropriate truncate error when copying to FIFO file
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Add test for FIFO file in scp.c prior to truncate attempt.
scpfix (text/plain), 191 bytes, created by
Tom Wood
on 2006-09-25 11:46:35 AEST
(
hide
)
Description:
Add test for FIFO file in scp.c prior to truncate attempt.
Filename:
MIME Type:
Creator:
Tom Wood
Created:
2006-09-25 11:46:35 AEST
Size:
191 bytes
patch
obsolete
>See unpatched 4.3p2 scp.c, line 994. >Can be fixed by changing: > >if (wrerr == NO && ftruncate(ofd, size) != 0) > >to: > >if (wrerr == NO && !S_ISFIFO(stb.st_mode) && ftruncate(ofd, size) != 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 Raw
Actions:
View
Attachments on
bug 1236
:
1189
|
1304