[Bug 444555] New: kisdnwatch-01.00.10-259.19: undefined C++ code
https://bugzilla.novell.com/show_bug.cgi?id=444555 Summary: kisdnwatch-01.00.10-259.19: undefined C++ code Product: openSUSE 11.1 Version: Factory Platform: All OS/Version: openSUSE 11.0 Status: NEW Severity: Minor 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 checked some of the source code in the Suse Linux factory package kisdnwatch-01.00.10-259.19 and I noticed the following $ egrep "new|delete" ../BUILD/kisdnwatch-01.00.10/src/ccapiinfo.cpp | fgrep pBuffer _cbyte* pBuffer = new _cbyte[64]; delete pBuffer; _cbyte* pBuffer = new _cbyte[8]; delete pBuffer; _cbyte* pBuffer = new _cbyte[64]; delete pBuffer; $ egrep "new|delete" ../BUILD/kisdnwatch-01.00.10/src/ccapiinfo.cpp | fgrep m_pManuData m_pManuData = new unsigned char[GetManuDataSize ()]; if ( m_pManuData != NULL ) delete m_pManuData; Suggest use "delete []" for "new []" not plain "delete". -- 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=444555 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |kkeil@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=444555 Karsten Keil <kkeil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Priority|P5 - None |P4 - Low -- 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=444555 User kkeil@linux-pingi.de added comment https://bugzilla.novell.com/show_bug.cgi?id=444555#c2 Karsten Keil <kkeil@linux-pingi.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |WONTFIX --- Comment #2 from Karsten Keil <kkeil@linux-pingi.de> 2009-02-28 10:24:31 MST --- This packages will be dropped. -- 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