Re: [PATCH v3 0/4] Fix Unchecked return value from libarary

2021-03-05 Thread Gedare Bloom
This set is ok On Fri, Mar 5, 2021 at 1:42 PM Ryan Long wrote: > > Hi, > > Here are the patches with the fix to main_chmod.c. > > 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

[PATCH v3 0/4] Fix Unchecked return value from libarary

2021-03-05 Thread Ryan Long
Hi, Here are the patches with the fix to main_chmod.c. 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)