[PATCH 0/3] Fix Unchecked return value Coverity errors upstream

Ryan Long thisisryanlong at gmail.com
Mon Mar 1 16:23:58 UTC 2021


Hi,

These are patches for the third party Coverity issues. I forgot to
include them with the other patch last week. The only file that I used
the _Assert_Unused_variable_equals() macro with was grspw.c. The others, I just 
used (void) to "use" them.

Thanks,
Ryan

Ryan Long (3):
  fdt_rw.c: Fix Unchecked return value (CID #1047324)
  grspw.c: Fix Unchecked return value (CID #1399781)
  main_edit.c: Fix Unchecked return value (CID #1255318)

 bsps/shared/grlib/spw/grspw.c    | 7 +++++--
 cpukit/dtc/libfdt/fdt_rw.c       | 6 +++++-
 cpukit/libmisc/shell/main_edit.c | 6 +++++-
 3 files changed, 15 insertions(+), 4 deletions(-)

-- 
1.8.3.1



More information about the devel mailing list