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
What were you trying to do?
A few files have been reported where a decoding step was needed prior to parsing. This decoding seems to change the bytes we need to read for ImageData, but the LengthImageData field isn't updated as part of this decoding. Thus the Parse method won't read past the array and returns without populating any ImageData.
The images appear empty / null, but we can read the rest of the line and everything works out.
What did you expect to see?
Images are read properly even through an extra decode step prior to parsing.
The text was updated successfully, but these errors were encountered:
I need to review the spec, but is there any problem with reading the rest of the line into ImageData? Sure we should limit it to 10k characters or something, but is this check too strict for real-world files?
What were you trying to do?
A few files have been reported where a decoding step was needed prior to parsing. This decoding seems to change the bytes we need to read for
ImageData
, but theLengthImageData
field isn't updated as part of this decoding. Thus theParse
method won't read past the array and returns without populating anyImageData
.The images appear empty / null, but we can read the rest of the line and everything works out.
What did you expect to see?
Images are read properly even through an extra decode step prior to parsing.
The text was updated successfully, but these errors were encountered: