[Bug 498738] New: t38modem-0.7.0-246.50: undefined C code
http://bugzilla.novell.com/show_bug.cgi?id=498738 Summary: t38modem-0.7.0-246.50: undefined C code Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just tried to build Factory package t38modem-0.7.0-246.50 and the build said pmodeme.cxx:394: warning: operation on '((ModemEngineBody*)this)->ModemEngineBody::seq' may be undefined The source code is int NextSeq() { return seq = ++seq % T38Engine::cbpUserDataMod; } I agree with the compiler. Better code would be int NextSeq() { return seq = (seq + 1) % T38Engine::cbpUserDataMod; } -- 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=498738 User dcb314@hotmail.com added comment http://bugzilla.novell.com/show_bug.cgi?id=498738#c1 --- Comment #1 from David Binderman <dcb314@hotmail.com> 2009-06-30 04:02:24 MDT --- (In reply to comment #0)
I just tried to build Factory package t38modem-0.7.0-246.50 and the build said
Still broken a couple of months later and still not assigned to anyone. -- 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=498738 shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |sqiu@novell.com AssignedTo|bnc-team-screening@forge.pr |poeml@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=498738 User poeml@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=498738#c2 Peter Poeml <poeml@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|poeml@novell.com |bnc-team-screening@forge.pr | |ovo.novell.com --- Comment #2 from Peter Poeml <poeml@novell.com> 2009-07-09 03:54:47 MDT --- Excuse me, but that the bug was just assigned to me looks like a mistake. -- 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=498738 shuang qiu <sqiu@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.pr |nld10-bugs-qa@forge.provo.n |ovo.novell.com |ovell.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=498738 User coolo@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=498738#c3 Stephan Kulow <coolo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|nld10-bugs-qa@forge.provo.n |listuser@peternixon.net |ovell.com | --- Comment #3 from Stephan Kulow <coolo@novell.com> 2009-09-30 09:32:22 MDT --- assigning bugowner of network:telephony -- 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=498738 User rguenther@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=498738#c4 --- Comment #4 from Richard Guenther <rguenther@novell.com> 2009-10-17 08:54:11 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.
participants (1)
-
bugzilla_noreply@novell.com