On Fri, Feb 19, 2021 at 9:46 AM Joel Sherrill wrote:
>
>
>
> On Fri, Feb 19, 2021, 10:31 AM Gedare Bloom wrote:
>>
>> On Thu, Feb 18, 2021 at 11:56 PM Sebastian Huber
>> wrote:
>> >
>> > On 18/02/2021 20:25, Joel Sherrill wrote:
>> >
>> > > > - /*
>> > > > - * api may be NULL in case
On Fri, Feb 19, 2021, 10:31 AM Gedare Bloom wrote:
> On Thu, Feb 18, 2021 at 11:56 PM Sebastian Huber
> wrote:
> >
> > On 18/02/2021 20:25, Joel Sherrill wrote:
> >
> > > > - /*
> > > > - * api may be NULL in case of a thread close in progress
> > > > - */
> > > > - if ( !a
On Thu, Feb 18, 2021 at 11:56 PM Sebastian Huber
wrote:
>
> On 18/02/2021 20:25, Joel Sherrill wrote:
>
> > > - /*
> > > - * api may be NULL in case of a thread close in progress
> > > - */
> > > - if ( !api )
> > > -return;
> > > -
> > I believe you, but shou
On 18/02/2021 20:25, Joel Sherrill wrote:
> - /*
> - * api may be NULL in case of a thread close in progress
> - */
> - if ( !api )
> - return;
> -
I believe you, but should we replace this with an assert for now?
And a comment explaining why it can't be NU
On Thu, Feb 18, 2021 at 11:21 AM Gedare Bloom wrote:
> On Wed, Feb 17, 2021 at 12:31 PM Sebastian Huber
> wrote:
> >
> > The api pointer is never NULL.
> >
> > Update #4244.
> > ---
> > cpukit/posix/src/psignalunblockthread.c | 6 --
> > 1 file changed, 6 deletions(-)
> >
> > diff --git a/c
On Wed, Feb 17, 2021 at 12:31 PM Sebastian Huber
wrote:
>
> The api pointer is never NULL.
>
> Update #4244.
> ---
> cpukit/posix/src/psignalunblockthread.c | 6 --
> 1 file changed, 6 deletions(-)
>
> diff --git a/cpukit/posix/src/psignalunblockthread.c
> b/cpukit/posix/src/psignalunblockth
The api pointer is never NULL.
Update #4244.
---
cpukit/posix/src/psignalunblockthread.c | 6 --
1 file changed, 6 deletions(-)
diff --git a/cpukit/posix/src/psignalunblockthread.c
b/cpukit/posix/src/psignalunblockthread.c
index 63ed823ab3..a1af20a5af 100644
--- a/cpukit/posix/src/psignalun