FreeBSD Bugzilla – Attachment 10292 Details for
Bug 20675
ftpd can't correct handle usernames more than 9 charactes long
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 364 bytes, created by
vova
on 2000-08-17 11:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
vova
Created:
2000-08-17 11:00:01 UTC
Size:
364 bytes
patch
obsolete
>--- ftpd.c.orig Thu Aug 17 13:48:14 2000 >+++ ftpd.c Thu Aug 17 13:47:55 2000 >@@ -871,7 +871,7 @@ > > static int login_attempts; /* number of failed login attempts */ > static int askpasswd; /* had user command, ask for passwd */ >-static char curname[10]; /* current USER name */ >+static char curname[MAXLOGNAME]; /* current USER name */
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 20675
: 10292