Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 314511 Details for
Bug 459459
kernel: cpufreq: fix format string bug [mrg-1]
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Upstream patch for this issue
0001--CPUFREQ-Fix-format-string-bug.patch (text/plain), 953 bytes, created by
Eugene Teo (Security Response)
on 2008-08-19 06:05:32 UTC
(
hide
)
Description:
Upstream patch for this issue
Filename:
MIME Type:
Creator:
Eugene Teo (Security Response)
Created:
2008-08-19 06:05:32 UTC
Size:
953 bytes
patch
obsolete
>From 326f6a5c9c9e1a62aec37bdc0c3f8d53adabe77b Mon Sep 17 00:00:00 2001 >From: Chris Wright <chrisw@sous-sol.org> >Date: Fri, 6 Jun 2008 21:26:02 -0700 >Subject: [PATCH] [CPUFREQ] Fix format string bug. > >Format string bug. Not exploitable, as this is only writable by root, >but worth fixing all the same. > >Spotted-by: Ilja van Sprundel <ilja@netric.org> >Signed-off-by: Dave Jones <davej@redhat.com> >--- > drivers/cpufreq/cpufreq.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c >index 86f0a24..cc3baf1 100644 >--- a/drivers/cpufreq/cpufreq.c >+++ b/drivers/cpufreq/cpufreq.c >@@ -412,7 +412,7 @@ static int cpufreq_parse_governor(char *str_governor, unsigned int *policy, > int ret; > > mutex_unlock(&cpufreq_governor_mutex); >- ret = request_module(name); >+ ret = request_module("%s", name); > mutex_lock(&cpufreq_governor_mutex); > > if (ret == 0) >-- >1.5.5.1 >
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 459459
: 314511