Re: [PATCH] tftpDriver.c: Fix Coverity issues

2022-09-16 Thread Joel Sherrill
I'm ok with this. FYI Coverity Scans are limited to three times a day but a check for changes runs more frequently to trigger them. On Fri, Sep 16, 2022, 1:13 PM Frank Kuehndel < frank.kuehn...@embedded-brains.de> wrote: > From: Frank Kühndel > > CID 1506523: Unchecked return value from library

[PATCH] tftpDriver.c: Fix Coverity issues

2022-09-16 Thread Frank Kuehndel
From: Frank Kühndel CID 1506523: Unchecked return value from library (CHECKED_RETURN) CID 1506522: Unchecked return value from library (CHECKED_RETURN) CID 1437618: Unchecked return value from library (CHECKED_RETURN) Close #4718 --- cpukit/libfs/src/ftpfs/tftpDriver.c | 27