Re: [PATCH v2 0/4] Fix Unchecked return value from library issues

2021-03-05 Thread Gedare Bloom
1, 3, 4 are fine. 2 needs to be fixed.

On Fri, Mar 5, 2021 at 12:47 PM Ryan Long  wrote:
>
> Hi,
>
> Here are the patches with the recommended fixes.
>
> Thanks,
> Ryan
>
> Ryan Long (4):
>   gen_uuid.c: Fix two Unchecked return value from library errors
>   main_chmod.c: Fix Unchecked return value from library (CID #1063856)
>   pwdgrp.c: Fix Unchecked return value from library (CID #1255518)
>   main_help.c: Unchecked return value from library (CID #1437650)
>
>  cpukit/libcsupport/src/pwdgrp.c   |  6 +-
>  cpukit/libmisc/shell/main_chmod.c |  5 -
>  cpukit/libmisc/shell/main_help.c  |  3 ++-
>  cpukit/libmisc/uuid/gen_uuid.c| 11 ---
>  4 files changed, 19 insertions(+), 6 deletions(-)
>
> --
> 1.8.3.1
>
> ___
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


[PATCH v2 0/4] Fix Unchecked return value from library issues

2021-03-05 Thread Ryan Long
Hi,

Here are the patches with the recommended fixes.

Thanks,
Ryan

Ryan Long (4):
  gen_uuid.c: Fix two Unchecked return value from library errors
  main_chmod.c: Fix Unchecked return value from library (CID #1063856)
  pwdgrp.c: Fix Unchecked return value from library (CID #1255518)
  main_help.c: Unchecked return value from library (CID #1437650)

 cpukit/libcsupport/src/pwdgrp.c   |  6 +-
 cpukit/libmisc/shell/main_chmod.c |  5 -
 cpukit/libmisc/shell/main_help.c  |  3 ++-
 cpukit/libmisc/uuid/gen_uuid.c| 11 ---
 4 files changed, 19 insertions(+), 6 deletions(-)

-- 
1.8.3.1

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel