Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 66876 Details for
Bug 103719
net-misc/ntp small security issue (CAN-2005-2496)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
ntpd-using_wrong_group.diff
ntpd-using_wrong_group.diff (text/plain), 339 bytes, created by
Sune Kloppenborg Jeppesen (RETIRED)
on 2005-08-25 09:49:19 UTC
(
hide
)
Description:
ntpd-using_wrong_group.diff
Filename:
MIME Type:
Creator:
Sune Kloppenborg Jeppesen (RETIRED)
Created:
2005-08-25 09:49:19 UTC
Size:
339 bytes
patch
obsolete
>--- ntpd/ntpd.c.orig 2005-02-10 12:20:28.000000000 +0100 >+++ ntpd/ntpd.c 2005-02-10 12:21:03.000000000 +0100 >@@ -881,7 +881,7 @@ > } else { > getgroup: > if ((gr = getgrnam(group)) != NULL) { >- sw_gid = pw->pw_gid; >+ sw_gid = gr->gr_gid; > } else { > errno = 0; > msyslog(LOG_ERR, "Cannot find group `%s'", group);
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 103719
: 66876