Bug 114360

Summary: libexif broken since Preview3
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Thorsten Kukuk <kukuk>
Component: DevelopmentAssignee: Marcus Meissner <meissner>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Critical    
Priority: P5 - None    
Version: Beta 3   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: test program
Test picture

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.