View Issue Details

IDProjectCategoryView StatusLast Update
0022937CommunityOCCT:Modeling Algorithmspublic2012-04-16 12:24
ReporterPawel Assigned Tobugmaster  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
PlatformAOSL 
Product Version6.5.2 
Target Version6.5.3Fixed in Version6.5.3 
Summary0022937: Wrong delete operator in GeomFill_EvolvedSection.cxx / GeomFill_UniformSection.cxx
DescriptionGeomFill_EvolvedSection.cxx (line 53) / GeomFill_UniformSection.cxx (line 52) should use the "delete []" operator as arrays are deleted
TagsNo tags attached.
Test case numberTest case is not required

Activities

abv

2012-01-30 17:35

manager   ~0019311

As both these places use buffer just to make some name for variable to be dumped for debug, please replace this by using static buffer (e.g. char buf[256] -- should be pretty sufficient for this in all cases).

dbv

2012-02-07 10:37

developer   ~0019416

Dynamic variable allocation replaced by static

Branch http://svn/svn/occt/branches/OCC22937 is ready to be reviewed.

Dear Andrey,
Please review.

abv

2012-02-07 10:40

manager   ~0019417

No remarks, please test

mkv

2012-02-10 16:39

tester   ~0019513

Last edited: 2012-02-10 16:39

Dear BugMaster,
Workbench KAS:dev:mkv-22937-occt was created from SVN branch http://svn/svn/occt/branches/OCC22937
(and mkv-22937-products from trunk) and compiled on Linux platform.

apn

2012-02-13 12:22

administrator   ~0019527

There not regressions in mkv-22937-products regarding to KAS:dev:products-20120210-opt
 
 See results in /QADisk/occttests/results/KAS/dev/mkv-22937-products_10022012/lin
 See reference results in /QADisk/occttests/results/KAS/dev/products-20120210-opt_10022012/lin
 See test cases in /QADisk/occttests/tests/ED

bugmaster

2012-02-17 16:10

administrator   ~0019636

Integrated into trunk of occt repository

Date: 2012-02-17 16:08:26 +0400 (Fri, 17 Feb 2012)
New Revision: 10509

Modified:
   trunk/src/GeomFill/GeomFill_EvolvedSection.cxx
   trunk/src/GeomFill/GeomFill_UniformSection.cxx

Pawel

2012-04-12 17:20

developer   ~0020373

Verified. Please close.

Related Changesets

occt: master 8b5567c7

2012-02-17 12:08:26

dbv


Committer: bugmaster Details Diff
0022937: Wrong delete operator in GeomFill_EvolvedSection.cxx / GeomFill_UniformSection.cxx Affected Issues
0022937
mod - src/GeomFill/GeomFill_EvolvedSection.cxx Diff File
mod - src/GeomFill/GeomFill_UniformSection.cxx Diff File

Issue History

Date Modified Username Field Change
2012-01-30 14:48 Pawel New Issue
2012-01-30 14:48 Pawel Assigned To => jgv
2012-01-30 17:35 abv Note Added: 0019311
2012-01-30 17:35 abv Assigned To jgv => dbv
2012-01-30 17:35 abv Status new => assigned
2012-02-07 10:37 dbv Note Added: 0019416
2012-02-07 10:37 dbv Assigned To dbv => abv
2012-02-07 10:37 dbv Status assigned => resolved
2012-02-07 10:40 abv Note Added: 0019417
2012-02-07 10:40 abv Assigned To abv => dbv
2012-02-07 10:40 abv Status resolved => reviewed
2012-02-08 10:45 abv Target Version => 6.5.3
2012-02-09 18:15 mkv Test case number => Test case is not required
2012-02-10 16:39 mkv Note Added: 0019513
2012-02-10 16:39 mkv Note Edited: 0019513
2012-02-13 12:22 apn Note Added: 0019527
2012-02-13 12:23 apn Status reviewed => tested
2012-02-17 16:10 bugmaster Note Added: 0019636
2012-02-17 16:10 bugmaster Status tested => verified
2012-02-17 16:10 bugmaster Resolution open => fixed
2012-02-17 16:10 bugmaster Assigned To dbv => Pawel
2012-03-29 17:26 bugmaster Changeset attached => occt master 8b5567c7
2012-04-12 17:20 Pawel Note Added: 0020373
2012-04-16 12:24 Pawel Assigned To Pawel => bugmaster