Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 601744 Details for
Bug 665240
[RFE] Increase the command line length limit of the FTP client beyond 200 characters.
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
[Patch] increase line buffer length limit
line.patch (text/plain), 896 bytes, created by
Jan Synacek
on 2012-08-01 13:10:43 UTC
(
hide
)
Description:
[Patch] increase line buffer length limit
Filename:
MIME Type:
Creator:
Jan Synacek
Created:
2012-08-01 13:10:43 UTC
Size:
896 bytes
patch
obsolete
>--- netkit-ftp-0.17-dist/ftp/ftp_var.h 2012-08-01 14:25:10.627248809 +0200 >+++ netkit-ftp-0.17-new/ftp/ftp_var.h 2012-08-01 14:29:51.756774406 +0200 >@@ -42,6 +42,7 @@ > > #include <setjmp.h> > #include <sys/param.h> >+#include <limits.h> > #define NTRANS_MAX 64 > > /* >@@ -108,9 +109,9 @@ Extern int ftp_port; /* htons'd port num > > Extern sigjmp_buf toplevel; /* non-local goto stuff for cmd scanner */ > >-Extern char line[200]; /* input line buffer */ >+Extern char line[PATH_MAX + 200]; /* input line buffer */ > Extern char *stringbase; /* current scan point in line buffer */ >-Extern char argbuf[200]; /* argument storage buffer */ >+Extern char argbuf[PATH_MAX + 200]; /* argument storage buffer */ > Extern char *argbase; /* current storage point in arg buffer */ > Extern int cpend; /* flag: if != 0, then pending server reply */ > Extern int mflag; /* flag: if != 0, then active multi command */
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 665240
:
504369
| 601744