Re: [PATCH v2 0/4] Fix Unchecked return value Coverity errors

2021-02-26 Thread Chris Johns
On 27/2/21 9:36 am, Gedare Bloom wrote: > v2 looks good to me +1 > > On Fri, Feb 26, 2021 at 3:15 PM Ryan Long wrote: >> >> Hi, >> >> Here's the patches with the changes. >> >> Thanks, >> Ryan >> >> Ryan Long (4): >> printertask.c: Fix Unchecked return value (CID #1399710) >> record-client.

Re: [PATCH v2 0/4] Fix Unchecked return value Coverity errors

2021-02-26 Thread Gedare Bloom
v2 looks good to me On Fri, Feb 26, 2021 at 3:15 PM Ryan Long wrote: > > Hi, > > Here's the patches with the changes. > > Thanks, > Ryan > > Ryan Long (4): > printertask.c: Fix Unchecked return value (CID #1399710) > record-client.c: Fix Unchecked return value (CID #1456677) > getgrent.c: F

[PATCH v2 0/4] Fix Unchecked return value Coverity errors

2021-02-26 Thread Ryan Long
Hi, Here's the patches with the changes. Thanks, Ryan Ryan Long (4): printertask.c: Fix Unchecked return value (CID #1399710) record-client.c: Fix Unchecked return value (CID #1456677) getgrent.c: Fix Unchecked return value error (CID #1459004) rtems-debugger-threads.c: Fix Unchecked ret