-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mc segfaults when you try to use non-anonymous FTP #1580
Comments
|
Should we init def_text by NULL instead of ((char*) -1)?
|
|
Thanks!!! Attached patch works for me. Will vote for inclusion as soon as a branch is created. |
|
It was just workaround. It works but it's invalid because it's allow save input password in history. Please clean manually your history if you use it.
branch:1580_ftp_input_password (parent:master) |
|
|
|
|
|
The same branch, please review:
[99d02797923e340b5771cf14150ff8ee0b1c20a1] |
|
|
|
Important
This issue was migrated from Trac:
zaytsev
(@zyv)ftp
,vfs
Hi!
When you try to login using FTP as a not anonymous user (e.g. user@host) mc segfaults as you enter the address and the username. This became broken very recently, mc build from one week ago worked just fine.
dbg backtraces:
http://www.nopaste.com/p/aG06r983bb
http://www.nopaste.com/p/aeQhfJPfO
The text was updated successfully, but these errors were encountered: