[Bug 517281] New: sane-backends-1.0.20: bad for loop
http://bugzilla.novell.com/show_bug.cgi?id=517281 Summary: sane-backends-1.0.20: bad for loop Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package sane-backends-1.0.20-2.2 For source code file sane-backends-1.0.20/backend/hp3900_config.c around line 940 is the source code for (a = 0; a < 12; a++) { if (myreg[a].resolution == resolution) but struct myreg only has six entries, not 12. Suggest rework code. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517281 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |jsmeix@novell.com |ovo.novell.com | -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517281 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P4 - Low Status|NEW |ASSIGNED -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517281 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=517281#c1 Johannes Meixner <jsmeix@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |Milestone 5 OS/Version|openSUSE 11.1 |SuSE Other --- Comment #1 from Johannes Meixner <jsmeix@novell.com> 2009-07-29 07:13:24 MDT --- Fixed with - for (a = 0; a < 12; a++) + for (a = 0; a < 6; a++) but not yet submitted to openSUSE:Factory. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517281 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=517281#c2 --- Comment #2 from Johannes Meixner <jsmeix@novell.com> 2009-07-30 04:25:03 MDT --- The upstream bug report is https://alioth.debian.org/tracker/index.php?func=detail&aid=311856&group_id=30186&atid=410366 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517281 User jsmeix@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=517281#c3 --- Comment #3 from Johannes Meixner <jsmeix@novell.com> 2009-07-30 05:49:32 MDT --- Submitted to openSUSE:Factory: 15915 State:new Creator:jsmeix When:2009-07-30T13:47:44 submit: graphics/sane-backends -> openSUSE:Factory Comment: 'Fixed bnc#517281 and bnc#498435' -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=517281 http://bugzilla.novell.com/show_bug.cgi?id=517281#c4 --- Comment #4 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (517281) was mentioned in https://build.opensuse.org/request/show/15915 Factory / sane-backends -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com