View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0022935 | Community | OCCT:Modeling Data | public | 2012-01-30 14:18 | 2012-04-16 12:26 |
Reporter | Pawel | Assigned To | bugmaster | ||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Platform | A | OS | L | ||
Product Version | 6.5.2 | ||||
Target Version | 6.5.3 | Fixed in Version | 6.5.3 | ||
Summary | 0022935: Bug: BRepFill_Sweep.cxx line 572 | ||||
Description | since sprintf does not allocate memory the lines: char* name; sprintf(name,"wire-on-face"); will probably lead to a crash. My fix is to declare name as a fixed-size array instead: char name[128]; sprintf(name,"wire-on-face"); | ||||
Tags | No tags attached. | ||||
Test case number | Test case is not required | ||||
|
Please just use string literal directly in call to DBRep::Set() (the buffer might have been used in the past because Standard_CString was defined as char*, instead of const char*) |
|
SVN branch http://svn/svn/occt/branches/OCC22935 (revision 10399) is ready to be reviewed. |
|
No remarks, please test |
|
Dear BugMaster, Workbench KAS:dev:mkv-22935-occt was created from SVN branch http://svn/svn/occt/branches/OCC22935 (and mkv-22935-products from trunk) and compiled on Linux platform. There are not regressions in mkv-22935-products regarding to KAS:dev:products-20120210-opt See results in /QADisk/occttests/results/KAS/dev/mkv-22935-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 N.B. In order to launch testing case you can make use the following instructions http://doc/doku.php?id=occt:certification |
|
Integrated into trunk of occt repository Date: 2012-02-17 16:00:05 +0400 (Fri, 17 Feb 2012) New Revision: 10507 Modified: trunk/src/BRepFill/BRepFill_Sweep.cxx |
|
Verified. Please close. |
Date Modified | Username | Field | Change |
---|---|---|---|
2012-01-30 14:18 | Pawel | New Issue | |
2012-01-30 14:18 | Pawel | Assigned To | => jgv |
2012-01-30 14:39 |
|
Note Added: 0019305 | |
2012-01-30 14:39 |
|
Assigned To | jgv => ama |
2012-01-30 14:39 |
|
Status | new => assigned |
2012-02-09 17:13 |
|
Note Added: 0019493 | |
2012-02-09 17:13 |
|
Assigned To | ama => abv |
2012-02-09 17:13 |
|
Status | assigned => resolved |
2012-02-09 17:24 |
|
Note Added: 0019495 | |
2012-02-09 17:24 |
|
Assigned To | abv => ama |
2012-02-09 17:24 |
|
Status | resolved => reviewed |
2012-02-13 20:37 |
|
Note Added: 0019538 | |
2012-02-13 20:37 |
|
Test case number | => Test case is not required |
2012-02-13 20:37 |
|
Status | reviewed => tested |
2012-02-17 16:01 | bugmaster | Assigned To | ama => Pawel |
2012-02-17 16:01 | bugmaster | Target Version | => 6.5.3 |
2012-02-17 16:02 | bugmaster | Note Added: 0019633 | |
2012-02-17 16:02 | bugmaster | Status | tested => verified |
2012-02-17 16:02 | bugmaster | Resolution | open => fixed |
2012-03-29 17:26 | bugmaster | Changeset attached | => occt master c0695321 |
2012-04-12 17:15 | Pawel | Note Added: 0020371 | |
2012-04-16 12:26 | Pawel | Assigned To | Pawel => bugmaster |