* Fw: [Bugme-new] [Bug 4543] New: [OPERA] Potential bug detected in /drivers/video/sis/sis_main.c
@ 2005-04-25 22:29 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2005-04-25 22:29 UTC (permalink / raw)
To: linux-fbdev-devel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-04-25 22:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-25 22:29 Fw: [Bugme-new] [Bug 4543] New: [OPERA] Potential bug detected in /drivers/video/sis/sis_main.c Andrew Morton
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).