Commit bdfed8f113431a2156e13d59a4b21e19feb7efd9

Behdad Esfahbod 2021-06-14T15:46:04

[blob] Add failing versions of create API Fixes https://github.com/harfbuzz/harfbuzz/issues/2567 New API: +hb_blob_create_or_fail() +hb_blob_create_from_file_or_fail() Use these in util/ to distinguish empty file from not-found file. Only err on the latter.