Bug 114360 - libexif broken since Preview3
Summary: libexif broken since Preview3
Status: RESOLVED FIXED
Alias: None
Product: SUSE LINUX 10.0
Classification: openSUSE
Component: Development (show other bugs)
Version: Beta 3
Hardware: Other All
: P5 - None : Critical
Target Milestone: ---
Assignee: Marcus Meissner
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-31 09:44 UTC by Thorsten Kukuk
Modified: 2005-08-31 12:02 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
test program (689 bytes, text/x-csrc)
2005-08-31 09:46 UTC, Thorsten Kukuk
Details
Test picture (3.04 MB, image/jpeg)
2005-08-31 09:47 UTC, Thorsten Kukuk
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thorsten Kukuk 2005-08-31 09:44:26 UTC
libexif core dumps since Preview3 (the last working version I could
found was the one from Preview2).
Test case, test picture attached.
Comment 1 Thorsten Kukuk 2005-08-31 09:46:21 UTC
Created attachment 48278 [details]
test program
Comment 2 Thorsten Kukuk 2005-08-31 09:47:14 UTC
Created attachment 48279 [details]
Test picture
Comment 3 Thorsten Kukuk 2005-08-31 11:23:56 UTC
exif --show-mnote shows the same problem.
Comment 4 Marcus Meissner 2005-08-31 11:36:15 UTC
there is the problem... 
for (index=0; entries[index].tag <= i && entries[index].value && vs && !found; 
i++) {    
 
Comment 5 Marcus Meissner 2005-08-31 12:02:41 UTC
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.