#4327 new defect

shell.c: Dereference after null check error spotted by Coverity

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

Description

CID 26083: Dereference after null check in rtems_shell_login().

791
   CID 26083 (#1 of 1): Dereference after null check (FORWARD_NULL)3. var_deref_model: Passing null pointer out to rtems_shell_login_prompt, which dereferences it. [show details]
792  return rtems_shell_login_prompt(in, out, env->devname, env->login_check);

Change History (1)

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

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