Fix null pointer dereference
write_string_to_file would try to write the error message that it failed to open a file stream to the very same file stream it just tried to open. Fix this by writing to stderr instead.
This commit is contained in:
parent
20f7314881
commit
ba381580af
Loading…
Reference in New Issue
Block a user