Mailinglist Archive: opensuse-bugs (6595 mails)
| < Previous | Next > |
[Bug 532573] New: xorg-x11-driver-video-unichrome-20081229-5.17: missing call to fclose
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Wed, 19 Aug 2009 12:57:19 -0600
- Message-id: <bug-532573-21960@xxxxxxxxxxxxxxxxxxxxxxxx/>
http://bugzilla.novell.com/show_bug.cgi?id=532573
Summary: xorg-x11-driver-video-unichrome-20081229-5.17: missing
call to fclose
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: All
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X.Org
AssignedTo: bnc-team-xorg-bugs@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: xorg-maintainer-bugs@xxxxxxxxxxxxxxxxxxxxxx
Found By: ---
I just had a look at factory package
xorg-x11-driver-video-unichrome-20081229-5.17
For source code file xf86-video-unichrome/src/via_crt.c
around line 140 is the source code for the
function CRTGetOptions.
I notice the following line of code
EDIDFile = fopen(EDIDFileName, "r");
but I fail to notice a matching call to fclose. This looks like a
resource leak to me. Suggest add a call 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.
Summary: xorg-x11-driver-video-unichrome-20081229-5.17: missing
call to fclose
Classification: openSUSE
Product: openSUSE 11.2
Version: Factory
Platform: All
OS/Version: openSUSE 11.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: X.Org
AssignedTo: bnc-team-xorg-bugs@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: xorg-maintainer-bugs@xxxxxxxxxxxxxxxxxxxxxx
Found By: ---
I just had a look at factory package
xorg-x11-driver-video-unichrome-20081229-5.17
For source code file xf86-video-unichrome/src/via_crt.c
around line 140 is the source code for the
function CRTGetOptions.
I notice the following line of code
EDIDFile = fopen(EDIDFileName, "r");
but I fail to notice a matching call to fclose. This looks like a
resource leak to me. Suggest add a call 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.
| < Previous | Next > |