Re: [PATCH 2/2] main_rtrace.c: Fix Dereference after null check (CID #1399709)

2021-04-14 Thread Gedare Bloom
looks good. On Wed, Apr 14, 2021 at 9:33 AM Joel Sherrill wrote: > > I'll pick on you. :) > > Please don't use the "title" that says "Fix ABC". There has to be a better > description. > > Hopefully someone will ack the technical. I think it is right. > > --joel > > On Wed, Apr 14, 2021 at 9:20

Re: [PATCH 2/2] main_rtrace.c: Fix Dereference after null check (CID #1399709)

2021-04-14 Thread Joel Sherrill
I'll pick on you. :) Please don't use the "title" that says "Fix ABC". There has to be a better description. Hopefully someone will ack the technical. I think it is right. --joel On Wed, Apr 14, 2021 at 9:20 AM Ryan Long wrote: > ping > > -Original Message- > From: Ryan Long > Sent:

RE: [PATCH 2/2] main_rtrace.c: Fix Dereference after null check (CID #1399709)

2021-04-14 Thread Ryan Long
ping -Original Message- From: Ryan Long Sent: Friday, March 12, 2021 8:56 AM To: devel@rtems.org Cc: Ryan Long Subject: [PATCH 2/2] main_rtrace.c: Fix Dereference after null check (CID #1399709) CID 1399709: Dereference after null check in rtems_trace_buffering_shell_save(). Closes