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
I had issues with HeifContext::read_from_bytes and dropping the argument before decoding the image afterward. I think it crashed with segfaulted, but I don't know for sure. It does not happen with every image.
I guess read_from_bytes might need to take ownership of the bytes or a lifetime guarantee.
Maybe the issue is obvious when looking at libheif API. If it's not, I can try to create a reproducer soon. (Currently a bit busy with moving.)
The text was updated successfully, but these errors were encountered:
I had issues with
HeifContext::read_from_bytes
and dropping the argument before decoding the image afterward. I think it crashed with segfaulted, but I don't know for sure. It does not happen with every image.I guess
read_from_bytes
might need to take ownership of the bytes or a lifetime guarantee.Maybe the issue is obvious when looking at libheif API. If it's not, I can try to create a reproducer soon. (Currently a bit busy with moving.)
The text was updated successfully, but these errors were encountered: