Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the is_s390_dump() function is called to determine whether
a file is an s390 dumpfile, it currently presumes that the fopen() call always works, and then tries to read it with using a NULL file pointer. Change it to verify that the fopen() was successful, and if not, print an error message as is done with the other dumpfile type verifier functions. ([email protected])
- Loading branch information