Bugzilla – Bug 114360
libexif broken since Preview3
Last modified: 2005-08-31 12:02:41 UTC
libexif core dumps since Preview3 (the last working version I could found was the one from Preview2). Test case, test picture attached.
Created attachment 48278 [details] test program
Created attachment 48279 [details] Test picture
exif --show-mnote shows the same problem.
there is the problem... for (index=0; entries[index].tag <= i && entries[index].value && vs && !found; i++) {
the fix itself is just s/i/index/ I however backported the whole canon makernote enhancements from HEAD CVS, I hope this is ok. The testcase works better now. submitted to STABLE.