#4492 closed defect (fixed)

ObjdumpProcessor.cc: Uninitialized pointer field

Reported by: Ryan Long Owned by:
Priority: normal Milestone: 6.1
Component: tool Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

CID 1506210: Uninitialized pointer field

125  ObjdumpProcessor::ObjdumpProcessor(
126    DesiredSymbols&     symbolsToAnalyze,
127    std::shared_ptr<Target::TargetBase>& targetInfo
128  ): symbolsToAnalyze_m( symbolsToAnalyze ),
129     targetInfo_m( targetInfo )
130  {
   CID 1506210 (#1 of 1): Uninitialized pointer field (UNINIT_CTOR)2. uninit_member: Non-static class member inputBuffer_m is not initialized in this constructor nor in any functions that it calls.
131  }

Change History (1)

comment:1 Changed on 09/30/21 at 13:10:54 by Ryan Long

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.