[Bug 443354] New: dasher-4.9.0-37.35: call to wrong C++ delete
https://bugzilla.novell.com/show_bug.cgi?id=443354 Summary: dasher-4.9.0-37.35: call to wrong C++ delete Product: openSUSE 11.1 Version: Factory Platform: All OS/Version: openSUSE 11.0 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 checked some of the source code in the Suse Linux factory package dasher-4.9.0-37.35 and I noticed the following $ egrep "new|delete" ./BUILD/dasher-4.9.0/Src/DasherCore/LanguageModelling/WordLanguageModel.cpp | fgrep apNodeCache apNodeCache = new std::vector < CWordnode * >*[oSymbols.size()]; apNodeCache[i] = new std::vector < CWordnode * >; delete apNodeCache[i]; delete apNodeCache; I can see a problem here, lines one and four don't match. -- 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=443354 Cyril Hrubis <chrubis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team-screening@forge.provo.novell.com |bnc-team-gnome@forge.provo.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=443354 Rodrigo Moya <rodrigo@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rodrigo@novell.com 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.
participants (1)
-
bugzilla_noreply@novell.com