[Bug 503817] New: grub-0.97-157.5: 4 * undefined code
http://bugzilla.novell.com/show_bug.cgi?id=503817 Summary: grub-0.97-157.5: 4 * undefined code Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Bootloader AssignedTo: jsrain@novell.com ReportedBy: dcb314@hotmail.com QAContact: jsrain@novell.com Found By: --- I just tried to build Factory package grub-0.97-157.5 and the build said 1. depca.c:598: warning: operation on 'lp.rx_cur' may be undefined The source code is lp.rx_cur = (++lp.rx_cur) & lp.rxRingMask; I agree with the compiler. Better code would be lp.rx_cur = (lp.rx_cur + 1) & lp.rxRingMask; 2. depca.c:638: warning: operation on 'lp.tx_cur' may be undefined tulip.c:1141: warning: operation on 'tp->cur_rx' may be undefined tulip.c:1150: warning: operation on 'tp->cur_rx' may be undefined Similar. -- 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=503817 Jiri Srain <jsrain@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsrain@novell.com |duwe@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=503817 User dcb314@hotmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=503817#c1 --- Comment #1 from David Binderman <dcb314@hotmail.com> 2009-06-14 16:01:05 MDT --- (In reply to comment #0)
I just tried to build Factory package grub-0.97-157.5
Still broken a month later. Come on chaps, pull your fingers out. There isn't much point me reporting bugs if they get ignored - I could be be fixing something else instead. -- 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=503817 User rguenther@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=503817#c2 --- Comment #2 from Richard Guenther <rguenther@novell.com> 2009-10-17 08:54:13 MDT --- David, in case the issues are not introduced by a patch local to openSUSE please report the issues upstream. Packagers, please do not add openSUSE-local patches to fix this kind of errors but forward the bugs upstream and close the bugs as RESOLVED UPSTREAM. Note that it is perfectly fine to have "resource leaks" at the end of a program as the kernel will clean up for you. Manually freeing them only increases binary size and runtime. -- 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=503817 http://bugzilla.novell.com/show_bug.cgi?id=503817#c3 Torsten Duwe <duwe@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #3 from Torsten Duwe <duwe@novell.com> 2010-02-11 13:07:33 UTC --- Richard, for grub1 there is no real upstream. David: thanks for your effort, but with our current resource allocation this issue simply isn't important enough. If you have a patch, please attach and reopen. I don't even get the time to look into this. -- 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.
participants (1)
-
bugzilla_noreply@novell.com