http://bugzilla.novell.com/show_bug.cgi?id=535926 Summary: openvas-client-2.0.4-1.3: bad call 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 openvas-client-2.0.4-1.3 For source code file openvas-client-2.0.4/libnessus/rand.c around line 60, function nessus_init_random is the following code if ((fd = open(EGD_PATH, O_RDWR)) >= 0) but the matching call to close is close(s); which looks wrong. Maybe close( fd); would be better. -- 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.