[Bug 470195] New: banshee-1-1.4.1-4.4: integer out of range
https://bugzilla.novell.com/show_bug.cgi?id=470195 User dcb314@hotmail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=470195#c61 Summary: banshee-1-1.4.1-4.4: integer out of range Classification: openSUSE Product: openSUSE 11.2 Version: unspecified Platform: All OS/Version: Other 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 tried to compile the Suse Factory package banshee-1-1.4.1-4.4 with the Intel compiler and it said banshee-ripper.c(298): warning #61: integer operation result is out of range The source code is g_object_set (G_OBJECT (queue), "max-size-time", 120 * GST_SECOND, NULL); but in file /usr/include/gstreamer-0.10/gst/gstclock.h is the definition #define GST_SECOND (G_USEC_PER_SEC * G_GINT64_CONSTANT (1000)) and in /usr/include/glib-2.0/glib/gtimer.h is #define G_USEC_PER_SEC 1000000 so a number of value about 120e9 is being stored in a 32 bit value. Suggest rework code to use unsigned longs. Maybe #define G_USEC_PER_SEC 1000000UL would be enough. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=470195 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |abockover@novell.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=470195 Stephan Binner <stbinner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Other |Banshee QAContact|qa@suse.de |abockover@novell.com -- Configure bugmail: https://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