#4460 closed defect (fixed)

CID 1437647: Explicit null dereferenced

Reported by: Harrison Gerber Owned by: Gedare Bloom
Priority: normal Milestone: 6.1
Component: admin Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

A null pointer dereference will occur.

In rtems_fdt_unload: Dereference of an explicit null value (CWE-476)

Change History (4)

comment:1 Changed on 10/03/22 at 18:13:47 by Kinsey Moore <kinsey.moore@…>

In 05461aa4/rtems:

cpukit/fdt: Free index before container

Ensure that the index is released before the structure containing it is
freed and NULLed.

Updates #4460

comment:2 Changed on 10/03/22 at 18:14:06 by Kinsey Moore <kinsey.moore@…>

In 3af84c1/rtems:

cpukit/fdt: Free index before container

Ensure that the index is released before the structure containing it is
freed and NULLed.

Updates #4460

comment:3 Changed on 10/31/22 at 14:54:26 by Gedare Bloom

Milestone: 6.17.1

comment:4 Changed on 10/31/22 at 15:00:24 by Gedare Bloom

Milestone: 7.16.1
Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.