Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On multiple places, there is an interaction with endpointVolume and the function is expected to return something, but the return value of endpointVolume is not checked. Therefore, undefined values may be returned. This commit adds return value checks with default values as return values for failing endpointVolume interactions. This should fix null pointer dereference issues.
- Loading branch information