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 714544 Details for
Bug 921976
vsftpd server fails during large ASCII file transfer over SSL
[?]
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]
The updated 'aslim' patch fixes the issue for me
vsftpd-2.2.2-aslim.patch (text/plain), 734 bytes, created by
Jiri Skala
on 2013-03-22 13:27:46 UTC
(
hide
)
Description:
The updated 'aslim' patch fixes the issue for me
Filename:
MIME Type:
Creator:
Jiri Skala
Created:
2013-03-22 13:27:46 UTC
Size:
734 bytes
patch
obsolete
>diff -up vsftpd-2.2.2/defs.h.aslim vsftpd-2.2.2/defs.h >--- vsftpd-2.2.2/defs.h.aslim 2013-03-22 14:08:32.939498577 +0100 >+++ vsftpd-2.2.2/defs.h 2013-03-22 14:09:23.623498732 +0100 >@@ -16,9 +16,10 @@ > #define VSFTP_LISTEN_BACKLOG 32 > #define VSFTP_SECURE_UMASK 077 > #define VSFTP_ROOT_UID 0 >-/* Must be greater than both VSFTP_MAX_COMMAND_LINE and VSFTP_DIR_BUFSIZE */ >-#define VSFTP_PRIVSOCK_MAXSTR VSFTP_DATA_BUFSIZE >-#define VSFTP_AS_LIMIT 100 * 1024 * 1024 >+/* Must be at least the size of VSFTP_MAX_COMMAND_LINE, VSFTP_DIR_BUFSIZE and >+ VSFTP_DATA_BUFSIZE*2 */ >+#define VSFTP_PRIVSOCK_MAXSTR VSFTP_DATA_BUFSIZE * 2 >+#define VSFTP_AS_LIMIT 200UL * 1024 * 1024 > > #endif /* VSF_DEFS_H */ >
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 921976
: 714544