Jpeg_read_header will breaddown

If i send a file(not jpeg) to the function. The function will make the program breakdown

Hi,
You may add a check before sending the file. A valid JPEG file begins with 0xFFD8 and ends with OxFFD9. Please add the check and try.

That means you don’t fixed the bug?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.