[RTEMS Project] #4492: ObjdumpProcessor.cc: Uninitialized pointer field

RTEMS trac trac at rtems.org
Wed Aug 11 18:37:57 UTC 2021


#4492: ObjdumpProcessor.cc: Uninitialized pointer field
------------------------+--------------------
  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 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  }
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/4492>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list