From: Andrew Morton <akpm@osdl.org>
To: linux-fbdev-devel@lists.sourceforge.net
Subject: Fw: [Bugme-new] [Bug 4543] New: [OPERA] Potential bug detected in /drivers/video/sis/sis_main.c
Date: Mon, 25 Apr 2005 15:29:37 -0700 [thread overview]
Message-ID: <20050425152937.5bd0d30f.akpm@osdl.org> (raw)
Begin forwarded message:
Date: Mon, 25 Apr 2005 15:01:03 -0700
From: bugme-daemon@osdl.org
To: bugme-new@lists.osdl.org
Subject: [Bugme-new] [Bug 4543] New: [OPERA] Potential bug detected in /drivers/video/sis/sis_main.c
http://bugme.osdl.org/show_bug.cgi?id=4543
Summary: [OPERA] Potential bug detected in
/drivers/video/sis/sis_main.c
Kernel Version: 2.6.11.7
Status: NEW
Severity: normal
Owner: drivers_video-other@kernel-bugs.osdl.org
Submitter: lzmhome@yahoo.com
Problem Description:
A potential bug is detected by our tool in linux-
2.6.11.7/drivers/video/sis/sis_main.c:
--- sis_main.c 2005-04-25 16:50:04.000000000 -0500
+++ sis_main.fixed.c 2005-04-25 16:51:02.000000000 -0500
@@ -460,7 +460,7 @@
if(monitor->hmax < sisfb_ddcfmodes[j].h) monitor->hmax = sisfb_ddcfmodes
[j].h + 1;
if(monitor->vmin > sisfb_ddcsmodes[j].v) monitor->vmin = sisfb_ddcsmodes
[j].v;
if(monitor->vmax < sisfb_ddcsmodes[j].v) monitor->vmax = sisfb_ddcsmodes
[j].v;
- if(monitor->dclockmax < sisfb_ddcsmodes[j].d) monitor->dclockmax =
sisfb_ddcsmodes[i].d;
+ if(monitor->dclockmax < sisfb_ddcsmodes[j].d) monitor->dclockmax =
sisfb_ddcsmodes[j].d;
}
}
}
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
reply other threads:[~2005-04-25 22:30 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050425152937.5bd0d30f.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=linux-fbdev-devel@lists.sourceforge.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).