http://bugzilla.novell.com/show_bug.cgi?id=523301 Summary: zoo-2.10-1000.2: 2 * bad calls to close Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just had a look at factory package zoo-2.10-1000.2 For source code file zoo/bilf.c, around line 102 is the source code close (infile); close (outfile); but infile = fopen (inname, "r"); and outfile = fopen (outname, "w"); Suggest replace two calls to close with calls to fclose. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.