[RTEMS Project] #4484: GcovFunctionData.cc: Not restoring ostream format error spotted by Coverity
RTEMS trac
trac at rtems.org
Wed Aug 4 18:14:25 UTC 2021
#4484: GcovFunctionData.cc: Not restoring ostream format error spotted by Coverity
------------------------+--------------------
Reporter: Ryan Long | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone: 6.1
Component: tool | Version: 6
Severity: normal | Keywords:
Blocked By: | Blocking:
------------------------+--------------------
CID 1506205: Not restoring ostream format
{{{
1. format_changed: hex changes the format state of textFile for
category basefield.
360 textFile << " > BLOCK " << std::setw( 3 ) << block->id
361 << " from " << block->sourceFileName << std::endl
362 << " -counter: " << std::setw( 5 ) << block->counter <<
std::endl
363 << " -flags: 0x" << std::hex << block->flags <<
std::endl
364 << " -lines: ";
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4484>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list