Re: [PATCH 5/5] shell.c: Fix Dereference before null check (CID #1467420)

2021-02-18 Thread Gedare Bloom
This one can get pushed. On Thu, Feb 18, 2021 at 7:35 AM Ryan Long wrote: > > CID 1467420: Dereference before null check in rtems_shell_line_editor(). > > Closes #4254 > --- > cpukit/libmisc/shell/shell.c | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git

[PATCH 5/5] shell.c: Fix Dereference before null check (CID #1467420)

2021-02-18 Thread Ryan Long
CID 1467420: Dereference before null check in rtems_shell_line_editor(). Closes #4254 --- cpukit/libmisc/shell/shell.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cpukit/libmisc/shell/shell.c b/cpukit/libmisc/shell/shell.c index 3c357a1..1e5962b 100644 ---