Re: [PATCH 00/12] Fix grlib/gr device driver Coverity errors

2021-03-04 Thread Gedare Bloom
Hi Daniel, Can you have a look at these patches, and the follow-up one with the /* fall-through */ comments? Do you guys host your own version that you would like to keep synch'ed with the one in RTEMS, or how would you like to handle patches to grlib / gr drivers in rtems? Thanks, Gedare On Thu

[PATCH 00/12] Fix grlib/gr device driver Coverity errors

2021-03-04 Thread Ryan Long
Hi, Here are the fixes for the Coverity errors with grlib/gr device drivers. The types of issues fixed were: - Unchecked return value - Unchecked return value from library - Unsigned compared against 0 - Unused value For the "Unsigned compared against 0" errors in satcan.c, the first if statemen