[Bug 445638] New: xbase-2.0.0-251.11: 2 * undefined C++ code
https://bugzilla.novell.com/show_bug.cgi?id=445638 Summary: xbase-2.0.0-251.11: 2 * 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 xbase-2.0.0-251.11 and I noticed the following $ egrep "new |delete" ../BUILD/xbase-2.0.0/bin/dbfutil1.cpp | fgrep MemoFieldBuf delete MemoFieldBuf; MemoFieldBuf = new char[len]; delete MemoFieldBuf; Suggest replace the deletes with delete [] MemoFieldBuf; MemoFieldBuf = NULL; -- 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=445638 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |mseben@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=445638 User mseben@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=445638#c1 Michal Seben <mseben@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Michal Seben <mseben@novell.com> 2008-12-01 00:31:17 MST --- fixed -- 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