Added more checks for possible out-of-memory conditions. Some allocations were not tested for failure.
Added a test for EOF when reading single bytes from a file. Previously, EOF was not being tested, which could lead to possible infinite loop in GIF reading with certain mal-formed files.


Reply With Quote