Ingo Wassink

Results 2 issues of Ingo Wassink

We are using the xerial driver for the armv5 and armv7. The armv7 is working correctly with the native binaries. The armv5 however results into crashes: ``` # # A...

troubleshooting

When a JPEG contains a Exif header, the parser gets into troubles. This bug fix may solve the problem: # in JPEG.rb ``` def self.detected?(stream) stream.rewind case stream.read(10) when /^\xff\xd8\xff\xe0\x00\x10JFIF/...