FreeBSD Bugzilla – Attachment 7242 Details for
Bug 15848
tip core dumps after transferring a file from local to remote
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 532 bytes, created by
brdean
on 2000-01-02 21:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
brdean
Created:
2000-01-02 21:20:00 UTC
Size:
532 bytes
patch
obsolete
>Index: cmds.c >=================================================================== >RCS file: /usr02/mirror/ncvs/src/usr.bin/tip/tip/cmds.c,v >retrieving revision 1.10 >diff -u -r1.10 cmds.c >--- cmds.c 1999/08/28 01:06:32 1.10 >+++ cmds.c 2000/01/02 20:46:56 >@@ -513,7 +513,7 @@ > out: > if (lastc != '\n' && !boolean(value(RAWFTP))) > send('\r'); >- for (pc = eofchars; *pc; pc++) >+ for (pc = eofchars; pc && *pc; pc++) > send(*pc); > stop_t = time(0); > fclose(fd);
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 15848
: 7242