On Mon 23 Mar 2020 11:20:42 AM CET, Denis Plotnikov wrote: >> But consider corrupted image: it may contain any data. And we should >> not crash because of it. So, we should return error here. > If the image is corrupted we can't continue anyway. If we return -EIO > on this condition, we need to do some work investigating what has > happened.
Cannot you just mark the image as corrupted and return -EIO ? I also don't think that we should crash QEMU because of malformed input data. Berto