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.