OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-554-g5b2b27e
Gerrit Code Review
gerrit@openafs.org
Fri, 18 Oct 2024 13:52:17 -0400
The following commit has been merged in the master branch:
commit 5b2b27e32161c9bc3904d54fd58b4770067d0d2b
Author: Cheyenne Wills <cwills@sinenomine.net>
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 <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/opr/dict.c | 9 +++++++++
1 file changed, 9 insertions(+)
--
OpenAFS Master Repository