Commit 97a093c52f87dbfb0c800dd09a23436479e69861

Khaled Hosny 2020-10-12T15:32:22

[hb-subset] Improve error handling a bit * Check that output-file option is actually set before trying to open it. * Print file name and errno when opening the output file fails. * Be more resilient when writing output file and use ferror() to check for errors. Fixes https://github.com/harfbuzz/harfbuzz/issues/2711