[PATCH rtems-tools v1 0/4] Initialize pointer fields

Ryan Long ryan.long at oarcorp.com
Wed Sep 1 20:00:02 UTC 2021


Hi,

These patches will get rid of the "Uninitialized pointer field" Coverity
issues. I noticed that some other member variables were not initialized
while doing this, so I initialized them as well.

Thanks,
Ryan

Ryan Long (4):
  DesiredSymbols.h: Initialize symbolInfo
  GcovFunctionData.cc: Initialize member variables
  record-filter-zlib.cc: Initialize stream_'s fields
  ObjdumpProcessor.h: Remove inputBuffer_m

 tester/covoar/DesiredSymbols.h     |  1 +
 tester/covoar/GcovFunctionData.cc  | 10 +++++++---
 tester/covoar/ObjdumpProcessor.h   |  5 -----
 trace/record/record-filter-zlib.cc | 13 +++++++++++++
 4 files changed, 21 insertions(+), 8 deletions(-)

-- 
1.8.3.1



More information about the devel mailing list