The following commit has been merged in the master branch:
commit 5b2b27e32161c9bc3904d54fd58b4770067d0d2b
Author: Cheyenne Wills <[email protected]>
Date:   Thu Jul 1 15:59:40 2021 -0600

    opr: Check for failed memory allocation
    
    Several static analysis tools have identified various problems:
     - missing checks to ensure *alloc was successful (infer)
    
    To resolve the above problems:
     - add checks to ensure *alloc was successful before using the memory
    
    This commit is a reorganization of commits developed by Pat Riehecky,
    who ran the static analysis tools and developed the fixes.
    
    Change-Id: I9396b8327f8283c60821050c75de1c36e0ebd12e
    Reviewed-on: https://gerrit.openafs.org/14684
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Cheyenne Wills <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>

 src/opr/dict.c | 9 +++++++++
 1 file changed, 9 insertions(+)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to