[RTEMS Project] #4470: CoverageMapBase.cc: Not restoring ostream format error spotted by Coverity
RTEMS trac
trac at rtems.org
Thu Jul 15 14:49:11 UTC 2021
#4470: CoverageMapBase.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 1503022: Not restoring ostream format in dump().
{{{
1. format_changed: hex changes the format state of out for category
basefield.
2. format_changed: setfill changes the format state of out for category
fill.
78 out << std::hex << std::setfill('0')
79 << "Address range: low = " << std::setw(8) << lowAddress
80 << " high = " << std::setw(8) << highAddress
81 << std::endl;
}}}
--
Ticket URL: <http://devel.rtems.org/ticket/4470>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list