summaryrefslogtreecommitdiffstats
path: root/tester/covoar
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2021-08-11 14:06:03 -0400
committerJoel Sherrill <joel@rtems.org>2021-09-27 17:20:47 -0500
commit06a39db587cf5c980ee2bd56d5f634859781b075 (patch)
treed12c5bc0a9ed026211036d3f3e55223d8d6710aa /tester/covoar
parentTraceWriterQEMU.cc: Initialize header._pad (diff)
downloadrtems-tools-06a39db587cf5c980ee2bd56d5f634859781b075.tar.bz2
DesiredSymbols.h: Initialize symbolInfo
CID 1399627: Uninitialized pointer field Closes #4433
Diffstat (limited to 'tester/covoar')
-rw-r--r--tester/covoar/DesiredSymbols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tester/covoar/DesiredSymbols.h b/tester/covoar/DesiredSymbols.h
index 7ea3a9a..dbeeb2c 100644
--- a/tester/covoar/DesiredSymbols.h
+++ b/tester/covoar/DesiredSymbols.h
@@ -179,6 +179,7 @@ namespace Coverage {
*/
SymbolInformation() :
baseAddress( 0 ),
+ sourceFile( NULL ),
uncoveredBranches( NULL ),
uncoveredRanges( NULL ),
unifiedCoverageMap( NULL )