#4333 new defect

rtl-allocator.c: Dereference null return value error spotted by Coverity

Reported by: Ryan Long Owned by:
Priority: normal Milestone: Indefinite
Component: lib/dl Version: 6
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

CID 1444139: Dereference null return value in rtems_rtl_alloc_hook().

   1. returned_null: rtems_rtl_lock returns NULL (checked 23 out of 28 times). [show details]
   2. var_assigned: Assigning: rtl = NULL return value from rtems_rtl_lock.
164  rtems_rtl_data*     rtl = rtems_rtl_lock ();
   CID 1444139 (#1 of 1): Dereference null return value (NULL_RETURNS)3. dereference: Dereferencing rtl, which is known to be NULL.
165  rtems_rtl_allocator previous = rtl->allocator.allocator;

Change History (1)

comment:1 Changed on 12/16/21 at 20:47:12 by Ryan Long

Milestone: 6.1Indefinite
Note: See TracTickets for help on using tickets.