Bugzilla – Attachment 402 Details for
Bug 643
sshd bus faults (64bit) or segfaults (32bit) when reading /etc/default/login
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix size_t -> u_int
openssh-deflogin.patch (text/plain), 512 bytes, created by
Darren Tucker
on 2003-09-17 10:23:53 AEST
(
hide
)
Description:
Fix size_t -> u_int
Filename:
MIME Type:
Creator:
Darren Tucker
Created:
2003-09-17 10:23:53 AEST
Size:
512 bytes
patch
obsolete
>Index: session.c >=================================================================== >RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/session.c,v >retrieving revision 1.253 >diff -u -p -r1.253 session.c >--- session.c 16 Sep 2003 01:52:19 -0000 1.253 >+++ session.c 16 Sep 2003 23:36:08 -0000 >@@ -912,8 +912,7 @@ static void > read_etc_default_login(char ***env, u_int *envsize, uid_t uid) > { > char **tmpenv = NULL, *var; >- u_int i; >- size_t tmpenvsize = 0; >+ u_int i, tmpenvsize = 0; > mode_t mask; > > /*
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 643
:
402
|
410