Closed tim-griesbach closed 8 months ago
Proposed changes: Fix the check for file being NULL in the function p4est_file_error_cleanup to prevent accessing NULL in the case of handling a failed call of the open function. In addition, a check abort message is updated.
file
NULL
p4est_file_error_cleanup
Thanks!
Fix file cleanup
Proposed changes: Fix the check for
file
beingNULL
in the functionp4est_file_error_cleanup
to prevent accessingNULL
in the case of handling a failed call of the open function. In addition, a check abort message is updated.