[PATCH 0/4] rtems-tools: Fix ostream format Coverity issues
Ryan Long
ryan.long at oarcorp.com
Mon Jul 19 17:13:29 UTC 2021
Hi,
For these issues I created a variable called "oldState" to store the
format of the stream before any modifications were made, and the format
is then restored before returning from the function.
Thanks,
Ryan
Ryan Long (4):
rtems-exeinfo.cpp: Restore ostream format
CoverageMapBase.cc: Restore ostream format
ReportsHtml.cc: Restore ostream format
ReportsText.cc: Restore ostream format
linkers/rtems-exeinfo.cpp | 9 +++++++++
tester/covoar/CoverageMapBase.cc | 5 +++++
tester/covoar/ReportsHtml.cc | 4 ++++
tester/covoar/ReportsText.cc | 5 +++++
4 files changed, 23 insertions(+)
--
1.8.3.1
More information about the devel
mailing list