You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When heif_context* doesn't read from a file, HeifFile::m_input_stream never initialized. Therefore, calling heif_decode_image() results in an unexpected Segmentation Fault.
When heif_context* doesn't read from a file,
HeifFile::m_input_stream
never initialized. Therefore, callingheif_decode_image()
results in an unexpected Segmentation Fault.I would like this to work, or at least have
struct heif_error
catch it.The text was updated successfully, but these errors were encountered: