FreeBSD Bugzilla – Attachment 5759 Details for
Bug 13535
A scurity bug of finger
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 889 bytes, created by
Yoshihiro Koya
on 1999-09-02 04:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Yoshihiro Koya
Created:
1999-09-02 04:50:01 UTC
Size:
889 bytes
patch
obsolete
>diff -c /usr/src/usr.bin/finger/util.c /home/koya/labo/finger/util.c >*** /usr/src/usr.bin/finger/util.c Sun Mar 8 18:08:20 1998 >--- /home/koya/labo/finger/util.c Thu Sep 2 12:14:59 1999 >*************** >*** 70,76 **** > char *user; > { > register char *p, *t; >! char name[1024]; > > if (!strcasecmp(pw->pw_name, user)) > return(1); >--- 70,76 ---- > char *user; > { > register char *p, *t; >! char name[LINE_MAX]; > > if (!strcasecmp(pw->pw_name, user)) > return(1); >*************** >*** 335,341 **** > register struct passwd *pw; > { > register char *p, *t; >! char *bp, name[1024]; > struct stat sb; > > pn->realname = pn->office = pn->officephone = pn->homephone = NULL; >--- 335,341 ---- > register struct passwd *pw; > { > register char *p, *t; >! char *bp, name[LINE_MAX]; > struct stat sb; > > pn->realname = pn->office = pn->officephone = pn->homephone = NULL;
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 13535
: 5759