[RTEMS Project] #4376: covoar/ReportsBase Coverage::GenerateReports() uses raw pointer to std::list

RTEMS trac trac at rtems.org
Wed Dec 22 14:35:58 UTC 2021


#4376: covoar/ReportsBase Coverage::GenerateReports() uses raw pointer to
std::list
------------------------------+--------------------------------------
 Reporter:  Alex White        |       Owner:  Ryan Long <ryan.long@…>
     Type:  defect            |      Status:  closed
 Priority:  normal            |   Milestone:  6.1
Component:  tool              |     Version:  6
 Severity:  normal            |  Resolution:  fixed
 Keywords:  coverage, covoar  |  Blocked By:
 Blocking:                    |
------------------------------+--------------------------------------
Changes (by Ryan Long <ryan.long@…>):

 * owner:  (none) => Ryan Long <ryan.long@…>
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"8167ad233947c3253e65da2e230594acbf461606/rtems-tools"
 8167ad2/rtems-tools]:
 {{{
 #!CommitTicketReference repository="rtems-tools"
 revision="8167ad233947c3253e65da2e230594acbf461606"
 ReportsBase: Change raw pointer to unique_ptr

 Replaced raw pointer used with ReportsBase-derived classes to make code
 cleaner and make it to where pointers do not have to be manually
 deleted.

 Closes #4376
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/4376#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list