Mailing List Archive

[Bug 952] login_init_entry: Cannot find user when username length is 64
http://bugzilla.mindrot.org/show_bug.cgi?id=952


dtucker@zip.com.au changed:

What |Removed |Added
----------------------------------------------------------------------------
Attachment #739| |ok+
Flag| |




------- Additional Comments From dtucker@zip.com.au 2005-01-20 21:39 -------
(From update of attachment 739)
Seems reasonable to me, all of the references in loginrec.c are limited by
sizeof(li->username).
Objections?




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 952] login_init_entry: Cannot find user when username length is 64 [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=952





------- Additional Comments From djm@mindrot.org 2005-01-20 21:54 -------
I think we should probably round it up to the nearest power of two, but I agree: ok.





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
[Bug 952] login_init_entry: Cannot find user when username length is 64 [ In reply to ]
http://bugzilla.mindrot.org/show_bug.cgi?id=952


dtucker@zip.com.au changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED




------- Additional Comments From dtucker@zip.com.au 2005-01-20 22:08 -------
Thanks, applied (increased to 128 bytes).



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.