View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0029447 | Open CASCADE | OCCT:Foundation Classes | public | 2018-01-25 11:47 | 2018-06-29 21:19 |
Reporter | Assigned To | apn | |||
Priority | normal | Severity | minor | ||
Status | closed | Resolution | fixed | ||
Product Version | 6.3.1 | ||||
Target Version | 7.3.0 | Fixed in Version | 7.3.0 | ||
Summary | 0029447: The constructor of Message_PrinterOStream mixes up cout and cerr | ||||
Description | The constructor of Message_PrinterOStream mixes up cout and cerr:if (strcasecmp(theFileName, "cout") == 0) { myStream = &std::cerr; return; } else if (strcasecmp(theFileName, "cerr") == 0) { myStream = &std::cout; return; } | ||||
Steps To Reproduce | N/A | ||||
Tags | No tags attached. | ||||
Test case number | Not needed | ||||
|
Branch CR29447 has been created by abv. SHA-1: 1909be62315f512769ba9164f034f51c2c7f0fdf Detailed log of new commits: Author: abv Date: Sun Jan 28 19:49:43 2018 +0300 0029447: The constructor of Message_PrinterOStream mixes up cout and cerr Use of cerr or cout is corrected in Message_PrinterOStream constructor |
|
Fix pushed to CR29447, please review. I suppose that testing is not needed since the fix is trivial and this code is never used across OCCT. |
|
Reviewed. |
|
Branch CR29447 has been deleted by kgv. SHA-1: 1909be62315f512769ba9164f034f51c2c7f0fdf |
occt: master 32712d67 2018-01-28 16:49:43
Committer: apn Details Diff |
0029447: The constructor of Message_PrinterOStream mixes up cout and cerr Use of cerr or cout is corrected in Message_PrinterOStream constructor |
Affected Issues 0029447 |
|
mod - src/Message/Message_PrinterOStream.cxx | Diff File | ||
mod - src/TDocStd/TDocStd_Application.cxx | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-01-25 11:47 |
|
New Issue | |
2018-01-25 11:47 |
|
Assigned To | => abv |
2018-01-28 19:52 | git | Note Added: 0073628 | |
2018-01-28 19:53 |
|
Note Added: 0073629 | |
2018-01-28 19:53 |
|
Assigned To | abv => msv |
2018-01-28 19:53 |
|
Status | new => resolved |
2018-01-28 19:53 |
|
Steps to Reproduce Updated | |
2018-01-29 10:00 |
|
Note Added: 0073635 | |
2018-01-29 10:00 |
|
Assigned To | msv => bugmaster |
2018-01-29 10:00 |
|
Status | resolved => reviewed |
2018-01-29 10:24 | kgv | Product Version | 7.2.0 => 6.3.1 |
2018-01-29 13:55 | apn | Test case number | => Not needed |
2018-01-29 13:55 | apn | Status | reviewed => tested |
2018-02-03 18:59 | apn | Changeset attached | => occt master 32712d67 |
2018-02-03 18:59 | apn | Assigned To | bugmaster => apn |
2018-02-03 18:59 | apn | Status | tested => verified |
2018-02-03 18:59 | apn | Resolution | open => fixed |
2018-02-05 11:39 | git | Note Added: 0073781 | |
2018-02-20 12:58 |
|
Target Version | 7.4.0 => 7.3.0 |
2018-06-29 21:15 |
|
Fixed in Version | => 7.3.0 |
2018-06-29 21:19 |
|
Status | verified => closed |